When following the tutorial for Docker and .NET Core Build and run the sample with Docker for Linux containers ran fine but Build and run the sample with Docker for Windows containers fails with a strange error.
cd aspnetapp
docker build -t aspnetapp .
docker run -it --rm --name aspnetcore_sample aspnetapp
Then in a second cmd/PS
docker ps
docker exec aspnetcore_sample ipconfig
OCI runtime exec failed: exec failed: container_linux.go:295: starting container process caused "exec: \"ipconfig\": executable file not found in $PATH": unknown
Searching comes up empty.