Sample Header Ad - 728x90

What is the effect of a symlink in a buildah mount?

0 votes
2 answers
178 views
If I run a buildah script like this, ctr=$(buildah from alpine:3) mnt=$(buildah mount "$ctr") ln -sf "$PWD/foo" "$mnt/foo" buildah commit $ctr "myimage" Will the directory created link outside the container?
Asked by Evan Carroll (34663 rep)
Feb 19, 2021, 01:05 AM
Last activity: Feb 19, 2021, 09:14 AM