Get started with Docker in three simple steps:
Download Docker Desktop – Choose your platform (Mac Apple Silicon, Mac Intel, Windows, or Linux) and install the world's most popular container platform. Docker Desktop includes everything you need to build, run, and share containerized applications.
Sign up for Docker Hub – Create a free account at app.docker.com to pull and push images, create private repositories, and collaborate with your team. Get 100 pulls per hour on the free tier.
Run your first container – Open the terminal and run
docker run hello-worldto verify your installation. Then explore our documentation and getting started guides to containerize your first app.
Developers: Start with Docker Personal (free). Need more? Check Docker Pro and Docker Team for advanced features and team collaboration.
Enterprises: Contact sales for Docker Business and Docker Hardened Images Enterprise.

