Usage Guidelines – Debian 10 with Docker® Compose

Configuration and connection to the Debian 10 with Docker® Compose

  1. After purchasing and starting the VM, you need to know its IP address. You can find it in your Azure personal account. To do this, select the virtual machine from the list, click on “Overview,” and the IP address will be displayed in the “Public IP Address” line.
  1. To connect to a VM, you need the PuTTY application to connect via SSH. You can download it from the following link – Download
  1. Run PuTTY, enter the VM address in the “Host” field, and click “Open” to connect.
  1. In the opened console, you should enter the username (1) and password (2) that were specified when creating the virtual machine. The following window is displayed.
  1. To check that Docker is up and running, enter the command: 

sudo docker run hello-world

Now you can use Debian 10 with Docker® Compose adapted for Azure. 

The advantage of this VM is that it has been optimized for better performance.

Please refer to Dockers documentation – Get started with Docker Compose