I am not sure if this is the correct place for this, but I have installed docker on a fresh installation of Ubuntu 22.04, and once starting a container and rebooting the server it looses internet connection. I am unable to SSH and when connected through VNC I am unable to use ping.
I have also tried using 20.04 as well but I am getting the same issue.
I have installed Docker version 23.0.1 build a5ee5b1
Is there any way to find out where the issues occur and how to resolve this?
I am afraid you’ll have to provide way more details, so someone actually has a chance to develop an idea of what might be causing this unexpected behavior.
We need to understand what you exactly do, which image you use, how you start the container (if compose, then the compose file content - you don’t believe how many people respond with “docker compose up” which provides no helpful information at all) , what you do inside the container/how you interact with it.
Every detail you might redact out, might hide relevant details. So please only redact sensitive information like ip’s, usernames. passwords, domains, but keep the rest untouched.
Also, please share the output of docker version and docker info.