I am able to mount a volume test with the command hyper run -it -v test:/test ubuntu.
If I then append :ro to the mount command, hyper run -it -v test:/test:ro ubuntu, I get the following error:
hyper: Error response from daemon: Bad request parameters: invalid volume bind parameter.
I am using the hyper.sh platform.
Client:
Version: 1.10.5
API version: 1.23
Go version: go1.7.4
Git commit: 6b9a905
Built: Sat Dec 3 01:41:22 UTC 2016
OS/Arch: darwin/amd64
Server:
Version: Hyper.sh Public Service
API version: 1.23
Go version: go1.6.3
Git commit:
Built:
OS/Arch: linux/amd64
I am able to mount a volume
test
with the commandhyper run -it -v test:/test ubuntu
.If I then append
:ro
to the mount command,hyper run -it -v test:/test:ro ubuntu
, I get the following error:hyper: Error response from daemon: Bad request parameters: invalid volume bind parameter.
I am using the hyper.sh platform.