doc/ociTools: exec is a shell builtin, not an external command
This commit is contained in:
parent
201d464f12
commit
2aa4fba8d1
|
@ -25,7 +25,7 @@
|
|||
buildContainer {
|
||||
args = [ (with pkgs; writeScript "run.sh" ''
|
||||
#!${bash}/bin/bash
|
||||
${coreutils}/bin/exec ${bash}/bin/bash
|
||||
exec ${bash}/bin/bash
|
||||
'').outPath ]; <co xml:id='ex-ociTools-buildContainer-1' />
|
||||
|
||||
mounts = {
|
||||
|
|
Loading…
Reference in New Issue