Support additional run arguments (network
& pid
)
#539
QuentinLeloire
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
runArgs
can't be inherited from prebuilt base image, we need to put it in the devcontainer.json even if declared in prebuilt base image.It should be useful to implement
network
andpid
flags likecapAdd
,privileged
andsecurityOpt
actually does.This approach would enable the sharing of these flags through prebuilt base image with an implementation like this :
Beta Was this translation helpful? Give feedback.
All reactions