Docker 常用命令

导出镜像

导入镜像

docker image save vuepress-simai:latest -o /tmp/vuepress-simai.docker.image



# https://stackoverflow.com/questions/43654656/dockerfile-if-else-condition-with-external-arguments/43656644
# docker build -t my_docker .  --build-arg action=deploy
# docker-compose build --build-arg action=deploy
Last Updated: 11/6/2020, 10:54:10 AM