You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
670 B

7 years ago
7 years ago
7 years ago
  1. ## Create VM with Docker installed
  2. There are two options for creating VM machines with Docker installed:
  3. 1. [Deploying a Linux VM to run single-server development environment using docker-machine (**Recommended for development environments**)](./docker-machine.md)
  4. 2. [Deploying a Linux VM or Windows Server 2016 to run a single-server development environment using ARM template (**Recommended for creating testing environments**)](./plain-vm.md)
  5. If you want to create a VM for deploying images you build locally, then use the first option.
  6. If you want to create a VM to run images deployed to DockerHub (to provide some test environment) then use the second option.