Closed neurolabs closed 3 months ago
Same here on
@vizovitin @sibprogrammer Can you please have a look on this. This issue seems to be a duplicate of #46.
You could try removing :ro
from the command line.
Also it's useful to ensure the system and docker are up-to-date.
Try the following (notice the cgroupns
argument and absence of :ro
):
docker run -d --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup --cgroupns=host -p 8880:8880 plesk/plesk
Failed to create /init.scope control group: Read-only file system Failed to allocate manager object: Read-only file system [!!!!!!] Failed to allocate manager object. Exiting PID 1...
Works! Thank you!
When I follow the documentation to get a test container going, I end up with: