Running the Web API application based on OData inside the Docker. docker run -d --name myApp -p 5000:80 sample the Docker file is like this:
FROM mcr.microsoft.com/do