Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Redis Docker image

Description

Redis Docker image.

Usage

On a Docker host

Start the container:

docker run -d -P -e SERVICE_PORT=6379 --name redis redis

On CoreOS

fleetctl start [email protected]

Build

Build the image with make.

Use make help to see available commands for this image.