Hello,
I do not Know Docker, but i installed it and was able to run the hello world. (https://docs.docker.com/get-started/)
I used this to install Dockers and Kubernetes (Kubernetes Cluster).
I installed it on Ubuntu.
Do you have a better test i can run to see if everything is OK?
I am in the process of learning clustering and how to use Docker.
Pierre
>
> rock@master:~$ sudo docker --version
>
> Docker version 18.06.1-ce, build e68fc7a
>
> docker info
>
> Containers: 21
> Running: 20
> Paused: 0
> Stopped: 1
> Images: 8
> Server Version: 18.06.1-ce
> Storage Driver: overlay2
> Backing Filesystem: extfs
> Supports d_type: true
> Native Overlay Diff: true
> Logging Driver: json-file
> Cgroup Driver: cgroupfs
> Plugins:
> Volume: local
> Network: bridge host macvlan null overlay
> Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
> Swarm: inactive
> Runtimes: runc
> Default Runtime: runc
> Init Binary: docker-init
> containerd version: (expected: 468a545b9edcd5932818eb9de8e72413e616e86e)
> runc version: N/A (expected: 69663f0bd4b60df09991c08812a60108003fa340)
> init version: v0.18.0 (expected: fec3683b971d9c3ef73f284f176672c44b448662)
> Security Options:
> seccomp
> Profile: default
> Kernel Version: 4.4.154-59-rockchip-g5e70f14
> Operating System: Ubuntu 18.04.1 LTS
> OSType: linux
> Architecture: aarch64
> CPUs: 6
> Total Memory: 3.722GiB
> Name: master
> ID: L23N:J5AY:KTZ4:VVL5:3VJM:336A:7FW7:F7CN:3WFV:EPMM:VJRT:S3RP
> Docker Root Dir: /var/lib/docker
> Debug Mode (client): false
> Debug Mode (server): false
> Registry: https://index.docker.io/v1/
> Labels:
> Experimental: false
> Insecure Registries:
> 127.0.0.0/8
> Live Restore Enabled: false
>
> rock@master:~$ docker run hello-world
>
> Hello from Docker!
> This message shows that your installation appears to be working correctly.
>
> To generate this message, Docker took the following steps:
> 1. The Docker client contacted the Docker daemon.
> 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
> (arm64v8)
> 3. The Docker daemon created a new container from that image which runs the
> executable that produces the output you are currently reading.
> 4. The Docker daemon streamed that output to the Docker client, which sent it
> to your terminal.
>
> To try something more ambitious, you can run an Ubuntu container with:
> $ docker run -it ubuntu bash
>
> Share images, automate workflows, and more with a free Docker ID:
> https://hub.docker.com/
>
> For more examples and ideas, visit:
> https://docs.docker.com/get-started/