Docker-volumes module: Change mode
Set permissions and ownership of a given Docker volume mountpoint.
This operation is performed from within a container which will mount the volume.
Example
space -m docker-volumes /chmod/ -- "myvolume" "755" "ownername"
Exit status code is expected to be 0 on success.
Edit this page