[toc]
编写 Dockerfile
示例
1 | FROM centos:7 |
命令
1 | FROM |
构建镜像
1 | docker build -t sunzhenkai/cmake-external-library . |
发布
1 | docker tag user/prop:latest user/prop:<version/tag> |
[toc]
1 | FROM centos:7 |
1 | FROM |
1 | docker build -t sunzhenkai/cmake-external-library . |
1 | docker tag user/prop:latest user/prop:<version/tag> |