d-utils

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

commit
1c55b15bdf2c195148794b7b20bca81c0e63aa29
parent
08994c5a59559274c37963a967804ed8ae7eb079
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-28 11:10
activate --clearenv

requires bwrap>=0.5

Diffstat

M d-run 2 +-

1 files changed, 1 insertions, 1 deletions


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

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