[Hetzner] Create Dockerhost with Terraform

There is a Terraform module to deploy a single Docker host (in swarm mode) on Hetzner Cloud.

There is a Terraform module to deploy a single Docker host (in swarm mode) on Hetzner Cloud. A separate Hetzner Cloud volume is also created, attached and configured as the Docker root directory. See the variables file for the available configuration settings. The resources/services/activations/deletions that this module will create/trigger are: Create a server and cloud … Read more

[Azure] Azure Cloudshell cheat sheet

Azure Cloudshell cheat sheet

AIX Azure Cloudshell cheat sheet Azure Cheatsheet ( https://lzone.de/cheat-sheet/Azure) List VMs + Public Ips and access with ssh (after that az login and aks get-credentials) Goto Azure Cloudshell and get ip of the box. 0. Set default subscription if not correct (check with ‘az account list’ to see where “isDefault”: true,) azureuser@jumpboxvm:~$ az account set –subscription … Read more