Ubuntu – How to run an entire azure pipeline, start to finish, inside a Docker container?
Is there a way to define the container where your entire pipeline stages and jobs can run, from start to finish, without stopping the container in-between the stages. I am creating a azure pipeline for building each microservices (which includes…