Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active January 13, 2020 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/6b058d4b417c8e680703eef81a894c23 to your computer and use it in GitHub Desktop.
Save miguelmota/6b058d4b417c8e680703eef81a894c23 to your computer and use it in GitHub Desktop.
Fedora install docker
sudo dnf install docker
sudo ln -sf /usr/bin/dockerd-current /usr/local/bin/dockerd
sudo groupadd docker
sudo systemctl start docker
# https://github.com/microsoft/vscode-docker/issues/1402
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment