Dockerd startup

Hello,

I have a (hopefully) simple question.

Imagine you have a server running docker containers (in my case Ubuntu 24.04 running nextcloud AIO) which you reboot.

When dockerd starts, how does it know what containers are installed and which to start?
Is there a config file, or perhaps some config that can be interrogated by a command?

Thanks

Adrian

1 Like

docker ps -a, docker inspect <cid>, restart policies.

I have done some research and understand the process better, thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.