Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diegopacheco/154f0cf9b4eb513b437501ece247421a to your computer and use it in GitHub Desktop.
Save diegopacheco/154f0cf9b4eb513b437501ece247421a to your computer and use it in GitHub Desktop.
docker-compose: cgroups: cannot found cgroup mount destination: unknown

problem:

cgroups: cannot found cgroup mount destination: unknown

fix:

sudo mkdir /sys/fs/cgroup/systemd
sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment