Skip to main content

Setup Ubuntu Server on Raspberry Pi

1. Flash the operating system

To flash ubuntu server onto the SD-card the software Raspberry Pi Imager can be used. It support multiple different operating systems, among other things ubuntu server.

2. Setup Wifi

To setup the Wifi, following tutorial can be used.

3. Setup Docker

Update the system

  • sudo apt-get update && sudo apt-get upgrade -y