dockerdotnetcoreapi From your terminal docker build -t dotnetcoreapi . docker run -d -p 8080:80 --name dotnetcoreapi dotnetcoreapi Now open a browser Go to http://localhost:8080/api/values Voila!