KVM And Docker Practicing Problems

General support questions
Post Reply
lse123new
Posts: 66
Joined: 2014/05/01 15:48:05

KVM And Docker Practicing Problems

Post by lse123new » 2018/07/17 10:15:53

KVM And Docker Practicing Problems - separate between - but in same forum post
VM: Cent OS 7 VM 2 processors 4GB RAM

I am having some problems Tried the below... the the attached shots

1
Docker
sudo yum install docker
sudo systemctl start docker
get error
sudo systemctl status docker
error
journal -xe
error
well see shot?

Image

2
KVM
I awaited 40min after applied to create VM [ smaller iso in TinyCoreLinux (http://www.tinycorelinux.com) ] in Cent OS 7 VM downloaded with Firefox after run graphical $ sudo virt-manager
as root user system remained like second shot unchaged till closed ALL windows were opened... failing run KVM Core Linux.... well???

Image


User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: KVM And Docker Practicing Problems

Post by TrevorH » 2018/07/17 13:07:09

Please don't post images when you can cut and paste the plain text from the terminal and put it in [code][/code] or [quote][/quote] tags on the forum. I cannot read any of the text on those images at all.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lse123new
Posts: 66
Joined: 2014/05/01 15:48:05

Re: KVM And Docker Practicing Problems

Post by lse123new » 2018/07/17 20:10:05

Please review the last post from me --- are amazon s3 images seem well full resolution
I understand this and posted these urls

gjaltemba
Posts: 49
Joined: 2016/11/29 15:23:25

Re: KVM And Docker Practicing Problems

Post by gjaltemba » 2018/07/17 21:32:12

The Docker installation package available in the official CentOS 7 repository may not be the latest version. To get the latest and greatest version, install Docker from the official Docker repository.

https://www.digitalocean.com/community/ ... n-centos-7

Code: Select all

docker version                   
Client:
 Version:      18.05.0-ce
 API version:  1.37
 Go version:   go1.9.5
 Git commit:   f150324
 Built:        Wed May  9 22:14:54 2018
 OS/Arch:      linux/amd64
 Experimental: false
 Orchestrator: swarm
 
 systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: active (running) since Tue 2018-07-17 17:08:41 EDT; 8s ago
     Docs: https://docs.docker.com
 Main PID: 2503 (dockerd)
    Tasks: 20
   Memory: 132.8M
   CGroup: /system.slice/docker.service
           ├─2503 /usr/bin/dockerd
           └─2511 docker-containerd --config /var/run/docker/containerd/containerd.toml


Post Reply