Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2443: Allow "readonly" as alias to "ro" in mount options r=rhatdan a=mariushoch Apparently docker supports this as well, see [Use a read-only volume](https://docs.docker.com/storage/volumes/#use-a-read-only-volume) in the docker docs. #### What type of PR is this? /kind bug #### What this PR does / why we need it: To be fully compatible with docker in this regard. #### How to verify it With a mount option like `type=bind,source=/var/source,target=/src,readonly`. ```release-note None ``` Co-authored-by: Marius Hoch <[email protected]>
- Loading branch information