You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,18 @@
10
10
11
11
`nodejs``p7zip``docker` and normal GNU/Linux
12
12
13
-
## Build ZIP
13
+
[you need to `sudo usermod -aG docker $(whoami)`](https://stackoverflow.com/questions/21871479/docker-cant-connect-to-docker-daemon)
14
+
15
+
[Once you need to configure binfmt-support on your Docker host. This works locally or remotely (i.e using boot2docker or swarm).](https://github.com/multiarch/alpine)
14
16
17
+
```bash
18
+
# configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker)
19
+
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset
0 commit comments