For When You Can't Have The Real Thing
[ start | index | login ]
start > CentOS > 8 > docker

docker

Created by dave. Last edited by dave, 3 years and 151 days ago. Viewed 921 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(2020-05-03)

Docker on CentOS 8

# dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
# dnf install >>https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm
# dnf install docker-ce
# systemctl disable firewalld

Start/Enable:

# systemctl enable --now docker

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt