https://github.com/jcorioland/docker-azure-lab
Content that explains how to get started with Docker and Azure.
https://github.com/jcorioland/docker-azure-lab
azure docker lab microsoft
Last synced: 4 months ago
JSON representation
Content that explains how to get started with Docker and Azure.
- Host: GitHub
- URL: https://github.com/jcorioland/docker-azure-lab
- Owner: jcorioland
- Created: 2017-05-11T06:48:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T08:33:46.000Z (about 9 years ago)
- Last Synced: 2025-08-13T22:39:56.475Z (10 months ago)
- Topics: azure, docker, lab, microsoft
- Homepage:
- Size: 1.99 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Get started with Docker and Microsoft Azure
## Get a Microsoft Azure account
1. You have a Microsoft Azure pass ? Follow [this documentation](setup-azure.md).
2. You do not have a pass, then you can open a trial account [here](https://aka.ms/azure-trial).
## Create a simple VM with Docker installed
The simple way to create a Docker enabled virtual machine in Azure is to use Docker-Machine.
Follow [this documentation](dockermachine-azure.md) to get started.
## Create a Swarm cluster in Azure
There are three was to create a Swarm cluster in Microsoft Azure:
1. Create multiple Docker-enabled virtual machine using Docker Machine (cf. documentation above), then follow [this documentation](https://docs.docker.com/engine/swarm/swarm-tutorial/create-swarm/) to create the Swarm cluster.
2. Use Docker for Azure CE following the documentation on [Docker website](https://docs.docker.com/docker-for-azure/)
3. Using Azure Container Service Engine, following [this documentation](https://github.com/Azure/acs-demos/blob/master/training/swarm/deploy-acs-engine.md).
## Create an Azure Container Registry
If you need a private Docker registry up and running very quickly, a good solution could be to use the Azure Container Registry service which provide an implementation of the Docker open source registry, as a service, and fully compatible with the Docker CLI.
To create one, follow [this documentation](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal).