Sign inSign up

thiagobleao/redis

By thiagobleao

•Updated about 11 years ago

Redis

Image
0

1.3K

thiagobleao/redis repository overview

FROM ubuntu:14.04

RUN apt-get update && apt-get install -y redis-server

EXPOSE 6379

ENTRYPOINT ["/usr/bin/redis-server"]

Tag summary

Content type

Image

Digest

sha256:5571bed62…

Size

83.4 MB

Last updated

about 11 years ago

docker pull thiagobleao/redis