sudo apt-get update
sudo apt-get upgrade

 

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

 

@raspberrypi:~# docker version
Client: Docker Engine - Community
 Version:           25.0.0
 API version:       1.44
 Go version:        go1.21.6
 Git commit:        e758fe5
 Built:             Thu Jan 18 17:10:12 2024
 OS/Arch:           linux/arm64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          25.0.0
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.6
  Git commit:       615dfdf
  Built:            Thu Jan 18 17:10:12 2024
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.6.27
  GitCommit:        a1496014c916f9e62104b33d1bb5bd03b0858e59
 runc:
  Version:          1.1.11
  GitCommit:        v1.1.11-0-g4bccb38
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

 

 

detail:https://www.matterxiaomi.com/boards/topic/14618/install-docker-on-raspberry-pi

 

troubleshotting

docker on Raspberry Pi 3b+

docker stream copy error: reading from a closed fifo on Raspberry Pi 3b+

https://programmerah.com/stream-copy-error-reading-from-a-closed-fifo-how-to-solve-50202/

Comments


Comments are closed