Install Docker On Azure Linux Vm
loadquik.forthekulture.us › install-docker-onDec 31, 2021 · Using Azure CLI: Once you have a VM created on Azure and configured your pub.json and prot.json (in section 1.1 and 1.2 above), you can add the Docker Extension to the virtual machine by running: $ azure vm extension set 'yourVMname' DockerExtension Microsoft.Azure.Extensions '1.1' -public-config-path pub.json -private-config-path prot.json.