docs: rename resin to balena and fix 404 link

This commit is contained in:
Jakub Mikulas 2019-01-31 12:48:51 +01:00 committed by GitHub
parent 3fb2b7d4b3
commit bd83da2f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -15,13 +15,13 @@ This does not require any special configuration in the container itself as it us
<a href="http://wiki.qemu.org/" target="_blank">qemu-static</a> from the Docker for <a href="http://wiki.qemu.org/" target="_blank">qemu-static</a> from the Docker for
Mac VM. Mac VM.
You can run an ARM container, like the <a href="https://resin.io/how-it-works/" target="_blank"> You can run an ARM container, like the <a href="https://balena.io" target="_blank">
resin</a> arm builds: balena</a> arm builds:
``` ```
$ docker run resin/armv7hf-debian uname -a $ docker run balenalib/armv7hf-debian uname -a
Linux 7ed2fca7a3f0 4.1.12 #1 SMP Tue Jan 12 10:51:00 UTC 2016 armv7l GNU/Linux Linux 81d5b390524c 4.9.125-linuxkit #1 SMP Fri Sep 7 08:20:28 UTC 2018 armv7l GNU/Linux
$ docker run justincormack/ppc64le-debian uname -a $ docker run justincormack/ppc64le-debian uname -a