This tutorial will demonstrate running Docker on a Raspberry Pi 4
Log in to AVH
Select your Raspberry Pi Device. If you haven't got one you can use the Quickstart for AVH (Raspberry Pi4) to create a Raspberry Pi Device
Select “CONSOLE” tab
Log in with the user:
pi
and password:raspberry
Type
sudo apt-get update
thenreturn
.Now type
sudo apt-get install -y jq docker.io
thenreturn
.Try docker, type
sudo docker run -it ubuntu:latest echo "hello from ubuntu"
thenreturn
.