cockpit doesn't lists the images and containers residing on the atomic hosts. This is most likely because the cockpit-agent is running as "centos" user and cannot connect to /var/run/docker.sock. Running the command below fixes this issue but can be a security risk.<br />
# chmod o+rw /var/run/docker.sock
↧