Docker image to run an out of the box Redis server.
876
Docker image to run an out of the box Redis server.
$ docker build -t partlab/ubuntu-redis .
$ docker pull partlab/ubuntu-redis
$ docker run -d -p 6379:6379 --name redis partlab/ubuntu-redis
$ docker run -d -p 6379:6379 --name redis -v <data-dir>/db:/var/lib/redis partlab/ubuntu-redis
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port6379,tcp,,6379,,6379"
$ boot2docker up
Content type
Image
Digest
sha256:ca822b209…
Size
102.6 MB
Last updated
over 10 years ago
docker pull partlab/ubuntu-redis