Can network volumes be attached in task containers using mount? #5581
Answered
by
cirocosta
Anonymous-Coward
asked this question in
Help & Support
-
|
We need to generate a big file from a task step. It should ideally be written directly to the target network volume. Can a network drive be mounted from the task script? How? The problem we are having is that we get a permission denied from mount no matter how we set the access rights to the network drive. |
Beta Was this translation helpful? Give feedback.
Answered by
cirocosta
May 12, 2020
Replies: 1 comment 1 reply
-
|
Hi @Anonymous-Coward , Have you tried with thx! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Anonymous-Coward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Anonymous-Coward ,
Have you tried with
privileged: true? Also, could you provide an example that we could use to try reproducing?thx!