Updated Getting Started using Docker (markdown)
parent
0cf25b9be2
commit
8573f94b71
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue