A lightweight Redis server container. Intended for use as part of my greater development stack.
3.3K
[]
This repository contains code to build a container image for Redis using Alpine Linux as the base image.
To retrieve and run a container based on the images created by the code in this repository, follow these steps:
Clone the repository:
git clone https://github.com/Technoboggle/redis-alpine.git
Build the Docker image:
docker build -t redis-alpine .
Run the Docker container:
docker run -d --name redis-container redis-alpine
This project is licensed under the MIT License.
Content type
Image
Digest
sha256:db6da1afa…
Size
87.9 MB
Last updated
about 2 years ago
docker pull technoboggle/redis-alpine