aks-learn Steps to Run docker image Docker build docker build -t helloworldapi . Run Docker image docker run -d -p 8889:80 helloworldapi Browse the url http://localhost:8889/