Running Docker

This tutorial will demonstrate running Docker on a Raspberry Pi 4

avhsupport avatar
Written by avhsupport
Updated over a week ago

This tutorial will demonstrate running Docker on a Raspberry Pi 4

  1. Log in to AVH

  2. 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

  3. Select “CONSOLE” tab

  4. Log in with the user: pi and password: raspberry

    • If it isn’t prompting you for the user, press your Return key

  5. Type sudo apt-get update then return.

  6. Now type sudo apt-get install -y jq docker.io then return.

  7. Try docker, type sudo docker run -it ubuntu:latest echo "hello from ubuntu" then return.

Did this answer your question?