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 Mar 24, 2020. It is now read-only.
The Microsoft LCOW maintainers who do not typically hang out here but in moby/moby which contains the integration of the small bits of LCOW contained in this repository with the wider docker codebase, where there issue likely is
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
create named volume to share with another container
$ docker run -it --rm -v playbooks:/onprem/ansible tmather99/playbooks ls /onprem/ansible/scripts
use mount named volume from another container
$ docker run -it --rm -v playbooks:/onprem/ansible/playbook tmather99/playbooks ls /onprem/ansible/playbooks
BUG: the mounted volume data does not persited across containers
The text was updated successfully, but these errors were encountered: