Skip to content

Instantly share code, notes, and snippets.

@naeluh
Last active January 26, 2020 21:35
Show Gist options
  • Save naeluh/d0a653e793d7af647c87962962b1cdb8 to your computer and use it in GitHub Desktop.
Save naeluh/d0a653e793d7af647c87962962b1cdb8 to your computer and use it in GitHub Desktop.
Notes for docker WSL 2

Here is a list of commands and pages to get Docker and Lando running on WSL 2

- https://github.com/docker/for-win/issues/5096

- https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly

- https://github.com/docker/for-linux/issues/219

I ran into similar issue found a temp fix on another place.
Temp 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