nixpkgs/pkgs/build-support/docker
Andrew Childs 5b82b8d094 dockerTools: fix absent /proc during runAsRoot
The chroot environment under mnt had /dev and /sys via bind mounts,
but nothing setting up /proc. The `--mount-proc` argument to unshare
defaults to /proc, which is outside of the chroot envirnoment.
2020-11-04 16:17:57 +09:00
..
default.nix dockerTools: fix absent /proc during runAsRoot 2020-11-04 16:17:57 +09:00
detjson.py
examples.nix dockerTools.streamLayeredImage: Store the customisation layer as a tarball 2020-09-04 16:53:23 +12:00
nix-prefetch-docker dockerTools: fix skopeo commands 2020-05-25 14:29:54 +10:00
nix-prefetch-docker.nix nix-prefetch-docker: Add jq into path 2020-04-27 22:21:55 +03:00
stream_layered_image.py dockerTools.streamLayeredImage: Store the customisation layer as a tarball 2020-09-04 16:53:23 +12:00
tarsum.go