- or download this
apt update
apt-get remove docker docker-engine docker.io containerd runc
...
systemctl start docker
systemctl enable docker
- or download this
root@mypi:~# docker info
Client:
...
root@mypi:~#
- or download this
root@mypi:~# exit
logout
...
$ whoami
pi
$
- or download this
usermod -aG docker pi
- or download this
$ docker info
...
...
$
- or download this
/code
- or download this
WARNING: The requested image's platform (linux/amd64) does not match t
+he detected host platform (linux/arm/v7) and no specific platform was
+ requested
- or download this
$ df -h
Filesystem Size Used Avail Use% Mounted on
...