docker 常用命令 Posted on 2021-02-27 | In 其他 12345678910111213141516171819• 容器有三种状态 暂停 运行 停止• docker exec -it eb14fc75272f bash• docker exec -i re bash -c "ls als"• -t 表示进入容器内执行命令• docker rm e00b8e3e3e2e 移除镜像• docker run --name helloworld hello-world• 移除镜像 docker rmi hello-world• 已打包的镜像 交父镜像 父镜像移除子镜像必须先移除父镜像• docker 打包项目镜像• 导入JDK 环境• 新疆Dockerfile 文件 • From ubuntu:20.04• COPY jdk1.8.0_271 /test• COPY helloworld.jar /test• docker build -t demo:1.0 .• docker cp 拷贝镜像到宿主机 反过来可以• docker cp helloworld.jar demo:/test• h Donate comment here Donate WeChat Pay