You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Docker rootless needs to see other processes in order to function properly. I encountered this problem while hardening a Linux machine. setting hidepid=2 will stop container to run. What is a workaround that still maintains the hidepid=2 option?
The text was updated successfully, but these errors were encountered:
already solved by someone: create docker.json file and add
{"exec-opts": ["native.cgroupdriver=cgroupfs"]}
use XDG_CONFIG_HOME env variable to point to that file if not present.
It appears that Docker rootless needs to see other processes in order to function properly. I encountered this problem while hardening a Linux machine. setting hidepid=2 will stop container to run. What is a workaround that still maintains the hidepid=2 option?
The text was updated successfully, but these errors were encountered: