mirror of https://github.com/docker/docs.git
2.6 KiB
2.6 KiB
| description | keywords | redirect_from | title | notoc | |||
|---|---|---|---|---|---|---|---|
| Getting started with Docker | beginner, getting started, Docker |
|
Learn more | true |
This tutorial provided very basic essentials for using Docker. If you want to learn more about end-to-end development, start with the full install instructions and feature overviews in the platform-specific guides, then follow up with more advanced tutorials and user guides.
Depending on your interest, the Docker documentation contains a wealth of information. Here are some places to start:
| If you are looking for | Where to find it |
|---|---|
| Tutorials and sample app walkthroughs. A logical next step after completing the basic getting started example, this tutorial walks you through using a Docker stack file to define a set of services and deploy them to a swarm. |
Define and deploy apps in Swarm Mode |
| A palette of sample applications and training labs from Docker and community contributors. | Samples and labs |
| A more in-depth exploration of concepts introduced in the basic getting started: running containers, building your own images, networking containers, managing data for containers, and storing images on Docker Hub. | Learn by example |
| Platform-specific getting started guides. You can find install steps, release notes, basic Docker command examples, FAQs, troubleshooting, and more in these guides. |
Getting Started with Docker for Mac Getting Started with Docker for Windows Docker Toolbox Overview (legacy for older platforms) Install Docker Engine on Linux |
| Information about the Docker product line | The product explainer is a good place to start. |