docker kitten - Brandon-Duffy/SYS-265 GitHub Wiki
Network Configuration
-
First start off with switching the network adapter from you WAN to LAN in vcenter
-
After turning on docker, edit the "/etc/netplan/00-installer-config.yaml" file with vi or nano and write it to look like this
- Then head into the "/etc/hostname" file with vi or nano and change the hostname to "docker-kitten"
- After all that run
sudo netplan apply
to make the changes, you may have to restart the vm to get the hostname to change