Building your docker image
📄️ Writing Dockerfiles
The Dockerfile in your project root describes how to create a container from your local source code.
📄️ Using an external image
Sometimes you want to create a task that uses an image from a third party
📄️ Using multiple containers
Sometimes for one project you might need multiple containers.