LOCAL_MOUNT_POINTS feature with multiple mount points? #143
Closed
TheNightmanX
started this conversation in
General
Replies: 2 comments
|
@karanhudia any comments on this? 😊 Edit: excerpt of the docs: Multiple mounts (comma-separated)volumes:
|
0 replies
|
Thanks for closing the loop. Yes, comma-separated For anyone landing here later: mount each host path into the container, then set |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The LOCAL_MOUNT_POINTS feature is great. But I am using multiple mount points directly in root, see following list. How could I handle this to use LOCAL_MOUNT_POINTS ?
Here examples of my mounts in the docker file:
All reactions