Running a docker container pulled from Azure Container Registry in Azure DevOps pipeline
I would like to run a docker container, which i pull from Azure Container Registry. All of this i would like to do in Azure DevOps pipeline. Firstly i created sample Node.js app and Dockerized it with this tutorial: https://nodejs.org/en/docs/guides/nodejs-docker-webapp/…