mirror of https://github.com/docker/docs.git
docs: rename resin to balena and fix 404 link
This commit is contained in:
parent
3fb2b7d4b3
commit
bd83da2f4c
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue