We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afde4f1 commit 7f1e5f0Copy full SHA for 7f1e5f0
jd4/_sandbox.pyx
@@ -67,6 +67,7 @@ def enter_namespace(root_dir, in_dir, out_dir):
67
bind_mount(in_dir, 'in', True, False, True, False)
68
bind_mount(out_dir, 'out', True, False, True, False)
69
bind_mount('/root/.matlab', '.matlab', True, False, True, True, True)
70
+ bind_mount('/root/.opam', '.opam', True, False, True, True, True)
71
write_text_file('etc/passwd', 'icebox:x:1000:1000:icebox:/:/bin/bash\n')
72
mkdir('old_root')
73
pivot_root('.', 'old_root')
0 commit comments