This is a simple Dockerfile for Redis. It is based on the official Redis Docker image.
To build the image, run:
docker build -t docker-redis .
To run the image and bind to port 6379:
docker run -p 6379:6379 docker-redis
This is a simple Dockerfile for Redis. It is based on the official Redis Docker image.
To build the image, run:
docker build -t docker-redis .
To run the image and bind to port 6379:
docker run -p 6379:6379 docker-redis