summitopk.blogg.se

Centos 8 install docker
Centos 8 install docker













centos 8 install docker

So I do docker pull kennethreitz/httpbin, i find its slightly better for testing out a docker install as its a rest api and I can see if I've got my network setup right to make API calls from one host to another. Now I don't mind Podman, its a very nice container runtime manager, bit different to docker in the way it works, but nice none-the-less. While I'm reading the output from yum, I noticed that there was a reference to Podman. Nice I though, no more adding a repo to yum, its not hard shakes just a few keystrokes less. So I yum install -y docker, to my surprise there it was and it started installing. So this morning I started installing some tools, so I just wondered in Docker was in the repos. Now this came as a surprise to me, a couple of days ago, I installed Centos 8 in Hyper-v manager, to have look around.















Centos 8 install docker