程序员社区

DockerFile 书写

1  mkdir docker_demo

2  cd docker_demo/

3  touch Dockerfile

4 vi Dockerfile #写入下面的数据

FROM ubuntu

RUN apt-get update && apt-get install -y vim

COPY testfile /

5 docker build -t ubuntu-with-vi-dockerfile-2 .

DockerFile  书写插图
DockerFile  书写插图1
赞(0) 打赏
未经允许不得转载:IDEA激活码 » DockerFile 书写

一个分享Java & Python知识的社区