From bd83da2f4c0fb47490ba14ff6d7bdc36aa2e30f8 Mon Sep 17 00:00:00 2001 From: Jakub Mikulas Date: Thu, 31 Jan 2019 12:48:51 +0100 Subject: [PATCH] docs: rename resin to balena and fix 404 link --- docker-for-mac/multi-arch.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-for-mac/multi-arch.md b/docker-for-mac/multi-arch.md index 78132c1f12..9685094892 100644 --- a/docker-for-mac/multi-arch.md +++ b/docker-for-mac/multi-arch.md @@ -15,13 +15,13 @@ This does not require any special configuration in the container itself as it us qemu-static from the Docker for Mac VM. -You can run an ARM container, like the -resin arm builds: +You can run an ARM container, like the +balena 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