diff --git a/run/network.sh b/run/network.sh index 05aa151..b218e6d 100644 --- a/run/network.sh +++ b/run/network.sh @@ -46,9 +46,6 @@ configureDHCP() { echo "ERROR: Cannot retrieve IP from DHCP using MAC ${VM_NET_MAC}" && exit 16 fi - # Store IP for Docker healthcheck - echo "${DHCP_IP}" > "/var/qemu.ip" - ip a flush "${VM_NET_TAP}" TAP_PATH="/dev/tap$( "/var/qemu.ip" #Create bridge with static IP for the VM guest brctl addbr dockerbridge