Skip to content

Instantly share code, notes, and snippets.

@VMuliadi
Created December 8, 2018 13:17
Show Gist options
  • Save VMuliadi/92e9de0f0b604670bab51ead308d39f3 to your computer and use it in GitHub Desktop.
Save VMuliadi/92e9de0f0b604670bab51ead308d39f3 to your computer and use it in GitHub Desktop.
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install docker-ce
sudo systemctl start docker
sudo systemctl enable docker
sudo groupadd docker && sudo gpasswd -a ${USER} docker && sudo systemctl restart docker
sudo gpasswd -a ${USER} docker && sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment