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