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
The convert_volume_binds is using the dict key to get the host path to bind.
Because of this, it is impossible to do the equivalent of docker run -v /foo:/bar -v /foo:baz.
Reference for issue is docker/compose#983
The
convert_volume_bindsis using the dict key to get the host path to bind.Because of this, it is impossible to do the equivalent of
docker run -v /foo:/bar -v /foo:baz.