Skip to content

Linux virtual machine for training on Microsoft Azure or Docker Images

Notifications You must be signed in to change notification settings

derdanu/azure-linux-training

Repository files navigation

Linux virtual machine for training on Microsoft Azure

This virtual machines is preconfigured for Linux training purposes.

Virtual Machine content

Type Description
3 x 128 GB Harddrives Raid devices or use with LVM
1 x 14 GB Harddrive Swap device
/opt/azure-linux-training-master This repository with training files

SSH Key Generation

  1. Windows - https://www.digitalocean.com/community/tutorials/how-to-create-ssh-keys-with-putty-to-connect-to-a-vps
  2. Linux - https://help.ubuntu.com/community/SSH/OpenSSH/Keys#Generating_RSA_Keys
  3. Mac - https://help.github.com/articles/generating-ssh-keys/#platform-mac

Create the virtual machine

Create the virtual machine on the Azure Portal

Create the virtual machine with powershell

New-AzureRmResourceGroupDeployment -Name <DeploymentName> -ResourceGroupName <RessourceGroupName> -TemplateUri https://raw.githubusercontent.com/derdanu/azure-linux-training/master/azuredeploy.json

Create the virtual machine with azure cli

azure group deployment create <RessourceGroupName> <DeploymentName> --template-uri https://raw.githubusercontent.com/derdanu/azure-linux-training/master/azuredeploy.json

Docker Image

Run the Ubuntu container

docker run -it dfalkner/azure-linux-training:ubuntu /bin/bash

Run the Centos container

docker run -it dfalkner/azure-linux-training:centos /bin/bash

About

Linux virtual machine for training on Microsoft Azure or Docker Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published