From 8573f94b712e4f855a163a2cec0655882caf486e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 11 Mar 2020 16:44:37 +0100 Subject: [PATCH] Updated Getting Started using Docker (markdown) --- Getting-Started-using-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Started-using-Docker.md b/Getting-Started-using-Docker.md index 3730fd8..d4340f5 100644 --- a/Getting-Started-using-Docker.md +++ b/Getting-Started-using-Docker.md @@ -4,7 +4,9 @@ I am currently providing specialized images for each of the supported hardware t Check out [my docker hub page](https://hub.docker.com/u/jketterl) for a list of all the available images. -The docker images are built for both x86 and arm architectures, so you can use these on a Raspberry Pi! [Here](https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/) is a quick introduction; to cut to the chase, all you need to do is run `curl -sSL https://get.docker.com | sh` to get started. +The docker images are built for both x86_64, armv7l and aarch64 architectures, so you can use these on your desktop, laptop as well as many single board computers, including the Raspberry Pi. + +[Here](https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/) is a quick setup guide for Raspberry Pi; to cut to the chase, all you need to do is run `curl -sSL https://get.docker.com | sh` to get started. In order to download and run the full image, simply use these commands: