ghost 迁移 ghost到docker 最近考虑将跑在Vultr上的qianyong.me个人博客,使用的是ghost平台,迁移到AWS上去,同时准备使用docker来部署,把过程记录一下。 准备服务器, 安装docker和docker-composesudo apt-get update sudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add