In Docker, how can I share files between containers and then save them to an image?

前端 未结 2 869
挽巷
挽巷 2021-01-02 12:25

I want to commit the data in a container\'s shared volume to an image. I cannot seem to do it? I kind of get the impression this perhaps is not possible in Docker but that s

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-02 12:46

    It looks as though there is an open issue around adding volume layers to docker:

    https://github.com/docker/docker/issues/9382

提交回复
热议问题