michelgentile revised this gist 11 months ago. Go to revision
No changes
michelgentile revised this gist 11 months ago. Go to revision
No changes
michelgentile revised this gist 11 months ago. Go to revision
No changes
michelgentile revised this gist 11 months ago. Go to revision
1 file changed, 6 insertions
install-docker.sh(file created)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | #!/usr/bin/bash | |
| 2 | + | dnf update -y | |
| 3 | + | dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo | |
| 4 | + | dnf install -y docker-ce docker-ce-cli containerd.io | |
| 5 | + | systemctl start docker | |
| 6 | + | systemctl enable docker | |
Newer
Older