Install Docker on Raspberry Pi 4 and Raspberry Pi OS 64bit

Introduction

$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
$ uname -m
aarch64

docker

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
$ sudo usermod -aG docker `whoami`
$ exit

Re-login here to reflect the group

$ sudo systemctl status docker
$ docker version

docker-compose

I tried to refer to https://docs.docker.com/compose/install/ and it failed. (There was no for aarch64)

So install with pip

$ sudo apt -y install python3-pip
$ pip3 install --upgrade pip
$ sudo pip3 install -U docker-compose

Recommended Posts

Install Docker on Raspberry Pi 4 and Raspberry Pi OS 64bit
Install Docker on Raspberry Pi
Install MariaDB on Raspberry Pi OS
Install Docker and docker-compose on Raspberry Pi 4, Linux (Debian) and Windows 10, respectively
Raspberry Pi Kubernetes and Docker downgraded story
Install docker and docker-compose on Alpine Linux
Headless install of Ubuntu 20.10 on Raspberry Pi
I installed Docker on my Raspberry Pi 3
Install CentOS 7 on Raspberry pi 4 Model B
Launched Redmine with Docker on Raspberry Pi 3
Install Cloud9 on Raspberry pi 4 and set up Rails development environment
Install Ubuntu Core 18 on Raspberry Pi 2 Model B
Radiko recording server on Raspberry Pi 4 (Docker unused)
Install Docker on Manjaro
I couldn't install docker with raspberry pi2 b +.
Send emails using Docker container on Raspberry Pi 3
Install Docker on Ubuntu Server 20.04
Install docker on AWS EC2
Minecraft server on Raspberry Pi 4
The key to running Docker on Raspberry Pi 4 (Ubuntu server 20.04)
Install docker and docker-compose on ubuntu in the shortest process
Install openjdk8 on Docker image (Debian)
Install Docker on AWS Ubunt 20.04 LTS
Install JDK and JRE on Ubuntu 16.10
Try putting CentOS 8 on Raspberry Pi 3
Note: setting javaMail on Raspberry Pi
Install and configure jenv on macOS
Install Java 9 on windows 10 and CentOS 7
Challenge to install WSL2 and docker
Create Dockerfile, docker-compose.yml and run nodejs on windows10, Linux, Raspberry Pi
Install Docker on Ubuntu and set up remote connection using tls
Let's install Docker on Windows 10 and create a verification environment for CentOS 8!
Put Kanban in Docker of Raspberry Pi 3
Serially connect to Ubuntu on Raspberry Pi
Install Docker and create Java runtime environment
raspberry pi 4: Both Raspberry Pi OS and ubuntu boot with just a USB hard disk
Install java and android-sdk on Mac using homebrew
Build and install Wireshark Development Release (3.3.1) on Ubuntu
Just install Laravel8 on docker in PHP8 environment
[Raspberry Pi] Try to link Apache2 and Tomcat
I installed Docker on EC2 and started it
Install SonarQube on Mac and challenge source analysis
Install and switch between multiple Javas on Ubuntu
Docker on Ubuntu18.04 on WSL2 and VSCode installation instructions
Liberty on Docker
Ssh to Ubuntu on VirtualBox on your Mac and do it until you install Docker
[Amateur remarks] CentOS 8 was installed on Raspberry Pi 4 8G, and Wordpress was built using Docker-Compose.
Redmine on Docker
Build Ubuntu 20.04 LTS desktop environment on Raspberry Pi 4 (+ Japanese)
How to run javafx with Raspberry Pi Posted on 2020/07/12
Easily build Redmine on Windows using WSL2 and Docker
Install java and maven using brew on new mac
Install Eclipse on Mac and translate it into Japanese
Display characters on I2C 1602 LCD with Raspberry Pi 3 & Java
Install rbenv with apt on ubuntu and put ruby