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
[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [stackoverflow](https://stackoverflow.com/questions/tagged/angular2)
Current behavior
Run prod build script to generate the angular-seed-nginx-prod container. docker commit that container to a new image. Attempt to docker up the new image.
Expected behavior
New container should be created with angular site running on localhost:5555 Minimal reproduction of the problem with instructions
Instead get error
Error response from daemon: cannot mount volume over existing file, file exists /var/lib/docker/overlay2/2b595d7cbdeaba17e5f0ad17011c28819bedac789379f4fb2829c53f5d0323d0/merged/etc/nginx/conf.d/angular-seed.template
What is the motivation / use case for changing the behavior?
Need to deploy the prod built application to a registry, image needs to useable for creating a container Please tell us about your environment:
OSX
Angular Seed Version:aaaaf75
Node:node --version =
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
Run prod build script to generate the angular-seed-nginx-prod container. docker commit that container to a new image. Attempt to docker up the new image.
Expected behavior
New container should be created with angular site running on localhost:5555
Minimal reproduction of the problem with instructions
Instead get error
Error response from daemon: cannot mount volume over existing file, file exists /var/lib/docker/overlay2/2b595d7cbdeaba17e5f0ad17011c28819bedac789379f4fb2829c53f5d0323d0/merged/etc/nginx/conf.d/angular-seed.template
What is the motivation / use case for changing the behavior?
Need to deploy the prod built application to a registry, image needs to useable for creating a container
Please tell us about your environment:
OSX
aaaaf75
node --version
=The text was updated successfully, but these errors were encountered: