-
Notifications
You must be signed in to change notification settings - Fork 0
Handle file mounting #6
Copy link
Copy link
Open
Labels
compose commandRelated to the compose commandRelated to the compose commandenhancementNew feature or requestNew feature or requestvolumes
Description
Activity
Metadata
Metadata
Assignees
Labels
compose commandRelated to the compose commandRelated to the compose commandenhancementNew feature or requestNew feature or requestvolumes
Description
Mounting files as volumes works in Docker Compose, but this feature is not supported on kthcloud. To address this, we need to implement a workaround that checks if the volume's host path is a file and then creates a wrapping directory that contains only that file.
Proposed Solution
thisfilename.txt:otherfilename.otherextmakes the file accessible asotherfilename.otherext).