-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are only two bind mount modes supported: * `rw` (read-write, default) * `ro` (read-only) One can create a read-only bind mount via `gaol create -m hostpath:containerpath:ro` If the bind mount mode is not specified, `rw` is assumed, therefore the following two have the same effect: `gaol create -m hostpath:containerpath` `gaol create -m hostpath:containerpath:rw`
- Loading branch information
1 parent
616d17b
commit abc76b2
Showing
2 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters