Skip to content

Instantly share code, notes, and snippets.

@jinwei233
Created November 22, 2017 08:12
Show Gist options
  • Save jinwei233/e4bb7b9fe354eca929519a1805560825 to your computer and use it in GitHub Desktop.
Save jinwei233/e4bb7b9fe354eca929519a1805560825 to your computer and use it in GitHub Desktop.
docker 的一点笔记

在线资源

docker 的应用场景

学习笔记

  • 不要使用 docker commit 定制镜像,定制镜像应该使用 Dockerfile 来完成 see
  • 定制 Dockerfile 时,RUN 次数是有限制的,应该精简合并,并且要清理掉不需要的文件

一些坑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment