Expected behavior
Hit Run, get a Docker container running with my application in it.
Actual behavior
Hit Run, projects build, Docker starts the init process, and I get errors and the docker container never start stoping the build and run process
Information
1> Removing intermediate container 06280a0fa2ac
1> Successfully built 8022152ad2ea
1> Error response from daemon: no such id: testwebproject.test_testwebproject.test
1> Build : Failed to tag the image
- the output of:
-
pinata diagnose -uon OSX -
DockerDebugInfo.ps1using Powershell on Windows
-
- a reproducible case if this is a bug, Dockerfiles FTW
- page URL if this is a docs issue or the name of a man page
- host distribution and version ( OSX 10.10.x, OSX 10.11.x, Windows, etc )
Steps to reproduce the behavior
- Create a ASP.NET proj in VS with a composite name like TestWebProject.Test
- Add Docker Support to it
- Hit Run on Docker
- Booom it fails
O did without the composite name and it works like a charm.