之前使用都没注意到, 是最近在跑个 nodejs 的专案才发现,
怎么 export 的 image 在执行会坏掉
环境: Google Cloud Compute Engine
OS CentOS 7 w/ 100G SSD
安装方式:
依照官网建议, 抓取 repo 档后使用 yum 安装
https://store.docker.com/editions/community/ \
docker-ce-server-centos?tab=description
yum -y install docker-ce
service docker restart
安装完后, 建立 centos:6.8 container 然后 commit 再执行新的 image
docker run -it