docker_practice/image/dockerfile
khs1994 c446640591
Fix format and update outdate content
2019-03-08 12:21:07 +08:00
..
README.md Update image 2017-11-27 14:29:13 +08:00
add.md Update Dockerfile 2018-11-02 08:26:50 +08:00
arg.md
cmd.md Fix format and update outdate content 2019-03-08 12:21:07 +08:00
copy.md Update Dockerfile 2018-11-02 08:26:50 +08:00
entrypoint.md update entrypotin.md 2018-12-10 18:20:10 +08:00
env.md
expose.md Update Dockerfile 2018-11-02 08:26:50 +08:00
healthcheck.md Change command docker ps to docker container ls #279 2018-01-15 22:00:53 +08:00
onbuild.md
references.md Update docker official docs link 2019-01-06 09:50:03 +08:00
user.md Update Dockerfile 2018-11-02 08:26:50 +08:00
volume.md
workdir.md

README.md

Dockerfile 指令详解

我们已经介绍了 FROMRUN,还提及了 COPY, ADD,其实 Dockerfile 功能很强大,它提供了十多个指令。下面我们继续讲解其他的指令。