docker dockerfile ubuntusshd
#Dockerfile FROM ubuntu:14.04 MAINTAINER gaogd<[email protected]> RUN rm -rf /var/lib/apt/lists RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak ADD sources.list /etc/apt/sources.list RUN apt-get clean RUN apt-get update RUN apt-get install -y openjdk-7-jdk RUN apt-get install -y openssh-server RUN apt-get install -y vim tree lrzsz RUN echo ‘root:[email protected]
本文出自 “奮鬥吧” 博客,轉載請與作者聯系!
docker dockerfile ubuntusshd