之前使用都沒注意到, 是最近在跑個 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