Files
docker-docs/engine/getstarted/last_page.md
Misty Stanley-Jones e3a3145cd9 Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00

2.8 KiB

description, keywords, redirect_from, title
description keywords redirect_from title
Getting started with Docker beginner, getting started, Docker
/mac/last_page/
/windows/last_page/
/linux/last_page/
Learn more

This getting started provided very basic essentials for using Docker on Mac, Windows, and Linux. If you want to learn more with regard to end-to-end development, start with the full install instructions and feature overviews, 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:

<style type="text/css"> </style>
If you are looking for Where to find it
More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem [Getting Started with Docker for Mac](https://docs.docker.com/docker-for-mac/)
More about Docker for Windows, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem [Getting Started with Docker for Windows](https://docs.docker.com/docker-for-windows/)
More about Docker Toolbox [Docker Toolbox Overview](/toolbox/overview.md)
More about Docker for Linux distributions [Install Docker Engine on Linux](/engine/installation/linux/index.md)
More advanced tutorials on running containers, building your own images, networking containers, managing data for containers, and storing images on Docker Hub [Learn by example](/engine/tutorials/index.md)
Information about the Docker product line The product explainer is a good place to start.
How to set up an automated build on Docker Hub Docker Hub documentation
How to run a multi-container application with Compose [Docker Compose documentation](/compose/overview.md)
A tutorial on Docker Swarm, which provides clustering capabilities to scale applications across multiple Docker nodes Getting started with swarm mode