no IP address is assigned to the container, whether it's an old container or a newly created one, unless I run:
dhclient -v eth0
Has anyone experienced the same issue and knows how to fix it? Many thanks!
Same issue here. I am unable to run any scripts to create containers because none of them can connect unless i manually run apt-get update or similar. I initially thought the script was too fast for the network to initialize and added a delay to wait for network (by pinging 1.1.1.1) and it still wouldnt work. I have no idea what is going on.