我们在整个教程中编辑的那个docker-compose.yml
文件也可以放在生产环境中,这一章我们会运行我们的docker
化的应用。
可以使用Docker 云服务
提供来管理我们的应用,像Amazon Web Services
、DigitalOcean
和Microsoft Azure
建立和部署
- 选择服务提供商,并连接Docker
云,获取授权使用的Docker
化虚拟机
- 使用Docker
云创建你的计算资源和Swarm
机群
- 部署你的应用
下面通过链接的形式给出连接Docker
云的方法,Docker
云可以两种方法运行:标准模式和机群模式
标准模式¶
- Amazon Web Services setup guide
- DigitalOcean setup guide
- Microsoft Azure setup guide
- Packet setup guide
- SoftLayer setup guide
- Use the Docker Cloud Agent to Bring your Own Host
机群模式¶
- Automatically create a swarm on AWS
- Automatically create a swarm on Azure
- Enable Swarm Mode
- Register the swarm
部署你的应用¶
- Connect to your swarm via Docker Cloud
- Connect to your swarms directly through the desktop app menus
六步Docker教程完毕¶
你完成了从开发到部署的Docker
平台全部流程
下面是一些进阶材料: