docker kitten - Brandon-Duffy/SYS-265 GitHub Wiki

Network Configuration

  1. First start off with switching the network adapter from you WAN to LAN in vcenter

  2. After turning on docker, edit the "/etc/netplan/00-installer-config.yaml" file with vi or nano and write it to look like this

image

  1. Then head into the "/etc/hostname" file with vi or nano and change the hostname to "docker-kitten"

image

  1. After all that run sudo netplan apply to make the changes, you may have to restart the vm to get the hostname to change