Skip to content

Getting error when creating containers #85

Answered by criyle
AlphaNecron asked this question in Q&A

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

You must be logged in to vote
0 replies

You must be logged in to vote
1 reply
@criyle

You must be logged in to vote
6 replies
@AlphaNecron

@criyle

@AlphaNecron

@criyle

Answer selected by criyle
@AlphaNecron

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