mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Preserve credentials of binfmt binary
This commit is contained in:
parent
eac2b07c5e
commit
26879a25d1
2
Makefile
2
Makefile
@ -195,7 +195,7 @@ push-cross-manifest:
|
|||||||
|
|
||||||
.PHONY: binfmt-register
|
.PHONY: binfmt-register
|
||||||
binfmt-register:
|
binfmt-register:
|
||||||
'$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes
|
'$(DOCKER)' run --rm --privileged docker.io/hectorm/qemu-user-static:latest --reset --persistent yes --credential yes
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
## "version" target
|
## "version" target
|
||||||
|
Loading…
Reference in New Issue
Block a user