Docker in Win (Linux containers): docker-compose command fails somehow outside of Visual Studio
问题 I am testing Docker containers, and I managed to create an image, using Visual Studio and Docker Compose, that seems to be OK: Images: The image is a .NET Core Console application, very small and simple. It does connect to a Redis server and starts producing some stuff, and logs this to console. This is how it looks if I start the project directly from Visual Studio (no Docker involved): Now, if I run it via Visual Studio, by setting the "docker-compose" project to Startup, and then pressing