[Docker系列·10] 搭建Redis服务器
1 Docker-Ubuntu-Redis
工作目录:/home/erichan/docker-room/ubuntu-redis
1.1 制作镜像
erichan@ubuntu14_04_1-pd:~/docker-room/ubuntu-redis$ nano Dockerfile
# Version: 0.0.1
FROM feuyeux/ubuntu-base
MAINTAINER Eric Han "feuyeux@gmail.com"
RUN apt-get update && apt-get install -y wget gcc make g++ build-essential libc6-dev tcl git supervisor
RUN cd /tmp && wget -q http: