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 {
|
buildContainer {
|
||||||
args = [ (with pkgs; writeScript "run.sh" ''
|
args = [ (with pkgs; writeScript "run.sh" ''
|
||||||
#!${bash}/bin/bash
|
#!${bash}/bin/bash
|
||||||
${coreutils}/bin/exec ${bash}/bin/bash
|
exec ${bash}/bin/bash
|
||||||
'').outPath ]; <co xml:id='ex-ociTools-buildContainer-1' />
|
'').outPath ]; <co xml:id='ex-ociTools-buildContainer-1' />
|
||||||
|
|
||||||
mounts = {
|
mounts = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user