Files
docker-docs/_includes/content/typical_docker_workflow.md
Misty Stanley-Jones ef95a915eb Fixing broken links
Formatting improvements along the way
2017-01-25 11:51:14 -08:00

1.7 KiB

Typical Docker Platform Workflow

  1. Get your code and its dependencies into Docker containers:
  2. Configure networking and storage for your solution, if needed.
  3. Upload builds to a registry (ours, yours, or your cloud provider's), to collaborate with your team.
  4. If you're gonna need to scale your solution across multiple hosts (VMs or physical machines), plan for how you'll set up your Swarm cluster and scale it to meet demand.
  5. Finally, deploy to your preferred cloud provider (or, for redundancy, multiple cloud providers) with Docker Cloud. Or, use Docker Datacenter, and deploy to your own on-premise hardware.