You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way we can specify the ownership of the file that is being copied to the container.
Currently when we copy the file with "withHostResource" option, the file is copied to root directory of the container ("/") and file ownership is also "root".
The requirement is like, we need to copy it to the same folder as mentioned above but the file ownership should be configurable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is there a way we can specify the ownership of the file that is being copied to the container.
Currently when we copy the file with "withHostResource" option, the file is copied to root directory of the container ("/") and file ownership is also "root".
The requirement is like, we need to copy it to the same folder as mentioned above but the file ownership should be configurable.
All reactions