On 8/10/20 11:33, Nicolas Kovacs wrote:
Le 10/08/2020 à 17:03, Roberto Ragusa a écrit :
Where is your docker coming from?
From the CentOS repository on Docker.com:
$ head -n 7 /etc/yum.repos.d/docker-ce.repo [docker-ce-stable] name=Docker CE Stable - $basearch baseurl=https://download.docker.com/linux/centos/7/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://download.docker.com/linux/centos/gpg
Nearly all the online tutorials and Docker documentation strongly suggest to install Docker CE from this source.
You might want to take a look at Podman while you are at it.