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