# What is Docker? Docker is an open-source platform that automates the deployment, scaling, and management of applications by isolating them into lightweight, portable containers. Containers are standalone executable units that encapsulate all necessary dependencies, libraries, and configuration files required for an application to run consistently across various environments. Visit the following resources to learn more: - [@official@Docker](https://www.docker.com/) - [@official@Docker Docs](https://www.docs.docker.com/)