https://bugzilla.redhat.com/show_bug.cgi?id=1217613
Dominik Perpeet dperpeet@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(jiri.folta@centru | |m.cz)
--- Comment #5 from Dominik Perpeet dperpeet@redhat.com --- Hi Jirka,
have you tried running the docker command manually in the shell for comparison (not in cockpit)? e.g. "docker run docker.io/wordpress:latest"
As far as I know we don't access cpuset from inside cockpit and we only interface with a running docker instance. If docker isn't running we offer to start it for the user, which is internally done via "systemctl start docker".
If it works in the console and not in cockpit, could you also please test running a simple container like busybox via cockpit?
Dominik