File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -302,10 +302,10 @@ docker build \
302
302
-t lscr.io/linuxserver/socket-proxy:latest .
303
303
```
304
304
305
- The ARM variants can be built on x86_64 hardware using ` multiarch/qemu-user -static`
305
+ The ARM variants can be built on x86_64 hardware and vice versa using ` lscr.io/linuxserver/docker-qemu -static`
306
306
307
307
``` bash
308
- docker run --rm --privileged multiarch/ qemu-user- static:register --reset
308
+ docker run --rm --privileged lscr.io/linuxserver/docker- qemu-static --reset
309
309
```
310
310
311
311
Once registered you can define the dockerfile to use with ` -f Dockerfile.aarch64 ` .
Original file line number Diff line number Diff line change @@ -306,10 +306,10 @@ full_custom_readme: |
306
306
-t lscr.io/linuxserver/socket-proxy:latest .
307
307
```
308
308
309
- The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user -static`
309
+ The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/docker-qemu -static`
310
310
311
311
```bash
312
- docker run --rm --privileged multiarch/ qemu-user- static:register --reset
312
+ docker run --rm --privileged lscr.io/linuxserver/docker- qemu-static --reset
313
313
```
314
314
315
315
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
You can’t perform that action at this time.
0 commit comments