Docker - JadenGil/Jaden-Tech-Journal GitHub Wiki
To set the static IP use "cd /etc/netplan/" and then "sudo nano 00-installer-config.yaml"
Edit the file to look like this:
then run "netplan apply" to set the static IP
to change cloud.cfg to save the hostname use "cd /etc/cloud/" then "sudo nano cloud.cgf" and change "save hostname" from false to trua and then run "sudo hostnamectl set-hostname docker01-jaden"