You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.
Hi - I was able to install and run the service, and create a persistent disk (call xx) which shows up in my docker volumes list. When I inspect the image by $ docker volume inspect xx
I get, as expected
Hi - I was able to install and run the service, and create a persistent disk (call xx) which shows up in my docker volumes list. When I inspect the image by
$ docker volume inspect xx
I get, as expected
However, I am trying to run an instance that runs the Google Container Optimized OS (COS) to host my docker image, and I get
I've traced the problem to (I think) the fact that COS mounts /mnt as read-only. According to this,
But I see no way to change the mountpoint of the volumes created by
docker volume create
. Would you be able to add this as an option?The text was updated successfully, but these errors were encountered: