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
host_directory was part of the machinery for providing input via locally mounted files. We've dropped support for that.
binding = volume.copy()
assert not binding.get('mode'), \
'"mode" should not be provided on {}'.format(volume)
host_directory = binding.pop('host', None)
if host_directory:
# Typically for mounting user input
binding['mode'] = 'ro'
volumes[host_directory] = binding
The text was updated successfully, but these errors were encountered:
host_directory
was part of the machinery for providing input via locally mounted files. We've dropped support for that.The text was updated successfully, but these errors were encountered: