[CentOS] Docker container isolation not working in CentOS 7

Mon Aug 10 23:42:32 UTC 2020
Daniel Walsh <dwalsh at redhat.com>

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.