📄️ Containers introduction
Docker and Containers
📄️ Dockerfiles
A Dockerfile allows you to define how Docker builds your container image by specifying the steps needed to set up your environment. In this guide, you will create a Dockerfile that customizes your own Docker image and sets up an entrypoint script to run when the container starts.
📄️ Common Docker Commands
Our platform supports using Docker commands to build, run, and manage containers as part of your development workflow. This section provides a quick reference for some of the most frequently used Docker commands.