Created
December 8, 2018 13:17
-
-
Save VMuliadi/92e9de0f0b604670bab51ead308d39f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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