Skip to content

Getting error when creating containers #85

Answered by criyle
AlphaNecron asked this question in Q&A
Discussion options

You must be logged in to vote

No, the container is running with a readonly system root with /w and /tmp mounted with tmpfs, which are being cleared after every execution. At the same time, symbolic from host to container is considered as a dangerous operation as they may able to alter its content or escape from the isolated mount namespace. You may use the copyIn argument to copy file content into the tmpfs within the container and it is rather a lightweight operation thanks to the file page cache.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@criyle
Comment options

Comment options

You must be logged in to vote
6 replies
@AlphaNecron
Comment options

@criyle
Comment options

@AlphaNecron
Comment options

@criyle
Comment options

Answer selected by criyle
@AlphaNecron
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants