microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

How volumes are mounted? #51

Closed jacace closed 8 years ago

jacace commented 8 years ago

I checked Dockerfile.debug and DockerTask.ps1 and can't find how volumes are mounted

I also can't find much information about Microsoft.Dnx.Watcher

Thanks,

NCarlsonMSFT commented 8 years ago

It is done in the compose file. See https://docs.docker.com/compose/compose-file/#volumes-volume-driver for more information.

As for dnx-watch with the new RC2 that has been deprecated in favor of dotnet watch (see https://github.com/aspnet/dotnet-watch). Did you have a particular question about it?