Learn how to build and share a containerized app
In this self-paced, hands-on tutorial, you will learn how to build images, run containers, use volumes to persist data and mount in source code, and define your application using Docker Compose. You’ll even learn about a few advanced topics, such as networking and image building best practices.
Take the tutorial on your desktop or in the cloud
Docker Desktop
Docker Desktop is a native application that delivers all of the Docker tools to your Mac or Windows Computer.
- Open Docker Desktop. (Download here if you don’t have it).
- Type the following command in your terminal:
docker run -dp 80:80 docker/getting-started - Open your browser to http://localhost
- Have fun!
Docker Labs
Check out these in-browser learning labs where you can play with a preconfigured environment. The labs run locally using Docker Desktop.
Visit Labs inside of Docker docs.
Choose a plan that’s right for you
Docker isn’t just for personal projects. Discover the perfect plan to empower your team and streamline your workflow.