Help for this page

Select Code to Download


  1. or download this
    apt update
    apt-get remove docker docker-engine docker.io containerd runc
    ...
    systemctl start docker
    systemctl enable docker
    
  2. or download this
    root@mypi:~# docker info
    Client:
    ...
    root@mypi:~#
    
  3. or download this
    root@mypi:~# exit
    logout
    ...
    $ whoami
    pi
    $
    
  4. or download this
    usermod -aG docker pi
    
  5. or download this
    $ docker info
    ...
    ...
    $
    
  6. or download this
    /code
    
  7. 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
    
  8. or download this
    $ df -h
    Filesystem      Size  Used Avail Use% Mounted on
    ...