dotnetcoredocker Deploy a simple .net core web api to docker Docker file is linux based Build docker image "docker build -t dotnetcoredocker ." start container "docker compose up -d" get "http://localhost:5000/weatherforecast" in rest client