Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

named volume does not work #46

Closed
thanhy opened this issue Apr 30, 2019 · 3 comments
Closed

named volume does not work #46

thanhy opened this issue Apr 30, 2019 · 3 comments

Comments

@thanhy
Copy link

thanhy commented Apr 30, 2019

  1. create named volume to share with another container

    $ docker run -it --rm -v playbooks:/onprem/ansible tmather99/playbooks ls /onprem/ansible/scripts

  2. 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

@rn
Copy link
Member

rn commented Apr 30, 2019

Thanks for reporting, but this looks more like an issue for moby/moby. Closing.

@rn rn closed this as completed Apr 30, 2019
@thanhy
Copy link
Author

thanhy commented Apr 30, 2019

named volume works as expected for docker for desktop (using Moby Linux container). Who will address this issue for LCOW?

@rn
Copy link
Member

rn commented Apr 30, 2019

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants