老忘记 Docker 几个命令。。。 特地记一下

docker build [OPTIONS] <PATH | URL | -> 
--no-cache,默认false。设置该选项,将不使用Build Cache构建镜像
--file, -f,Dockerfile的完整路径,默认值为‘PATH/Dockerfile’
--label,为生成的镜像设置metadata
--tag, -t,镜像的名字及tag,通常name:tag或者name格式;可以在一次构建中为一个镜像设置多个tag
--network,默认default。设置该选项,Set the networking mode for the RUN instructions during build
--rm,默认--rm=true,即整个构建过程成功后删除中间环节的容器
最后修改:2021 年 04 月 27 日
如果觉得我的文章对你有用,请随意赞赏