d-utils

simple utils to use docker images without docker
git clone https://git.ce9e.org/d-utils.git

commit
7d76f596926a48a24a7b6b6e0ca857bffbf27753
parent
7379d54cb3ac26a799765f78b5010172cf6b09df
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-10-27 18:41
fix typo in clearenv

Diffstat

M d-run 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/d-run b/d-run

@@ -29,7 +29,7 @@ def build_cmd(dir, config):
   29    29 		'--tmpfs', '/tmp',
   30    30 		'--dev', '/dev',
   31    31 		'--proc', '/proc',
   32    -1 		# '--clear-env',  # bwrap >= 0.5
   -1    32 		# '--clearenv',  # bwrap >= 0.5
   33    33 		'--unshare-all',
   34    34 		'--die-with-parent',
   35    35 	]