Skip to main content

Command Palette

Search for a command to run...

Creating and deploying Docker on Linux.

Docker hands-on.

Published
1 min read
Creating and deploying Docker on Linux.

This is a guide to accomplish the objectives below.

  • Create a new Azure Linux virtual machine.

  • Install docker on the Linux VM.

  • Run a simple container.

  1. Azure create a resource group
  • azure market place -find a resource group banner click on it then select the desired subscription and type in the name of your resource group.

Screenshot 2021-07-01 050226.png

  1. Within the resource group create a ubuntu server,

Screenshot 2021-07-01 050909.png

  1. After clicking on create, you will be prompted to enter the information below.

Screenshot 2021-07-01 051637.png Remember to allow traffic on port 80 as we will be installing Docker and running a simple web server.