meanjs / mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
http://meanjs.org
MIT License
4.87k stars 1.98k forks source link

Help: Docker for Win10 db and mean container Volumes fail。 #1970

Open andyin0411 opened 6 years ago

andyin0411 commented 6 years ago

Docker version Docker for Windows10 Client: Version: 18.03.1-ce API version: 1.37 Go version: go1.9.5 Git commit: 9ee9f40 Built: Thu Apr 26 07:12:48 2018 OS/Arch: windows/amd64 Experimental: false Orchestrator: swarm

Server: Engine: Version: 18.03.1-ce API version: 1.37 (minimum version 1.12) Go version: go1.9.5 Git commit: 9ee9f40 Built: Thu Apr 26 07:22:38 2018 OS/Arch: linux/amd64 Experimental: false

when used $docker run -v /path/to/hostdir:/mnt $container mount a already exist folder,the container will shuntdown. when del Volumes ,the container will be RUNNING.

How does the existing folder in the container mount the local folder?