Skip to content

Instantly share code, notes, and snippets.

@alexellis
Last active January 18, 2019 03:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexellis/c887359fb2174f8e56ba35d9c1895a9e to your computer and use it in GitHub Desktop.
Save alexellis/c887359fb2174f8e56ba35d9c1895a9e to your computer and use it in GitHub Desktop.
Ubuntu 18.04 for RPi3 (64-bit)
  • Download via http://cdimage.ubuntu.com/releases/18.04/beta/
  • wget http://cdimage.ubuntu.com/releases/18.04/beta/ubuntu-18.04-beta-preinstalled-server-arm64+raspi3.img.xz
  • Run unxz ubuntu-18.04-beta-preinstalled-server-arm64+raspi3.img.xz
  • Identify flash drive with lsblk
  • Flash with Etcher / dd
2255+1 records in
2255+1 records out
2364544000 bytes (2.4 GB, 2.2 GiB) copied, 111.076 s, 21.3 MB/s

real	1m51.096s
user	0m0.012s
sys	0m1.900s
  • Boot up, change the password on first login then enjoy

Get Docker with curl -sL https://get.docker.com | sudo sh

@alexellis
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment