fixing links after moving surfacing tutorials fixing more links for the newly located tutorials WIP: merging 3 getting started tutorials into one to cover all platforms, added new files fixing broken images and links in 3-in-1 getting started, re-wrote story flow, linked to Toolbox, d4mac,d4win Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> Upstream-commit: 0254c12e1e0be7a93e3b28e61586ac66168a9b7c Component: engine
70 lines
2.8 KiB
Markdown
70 lines
2.8 KiB
Markdown
<!--[metadata]>
|
|
+++
|
|
aliases = [
|
|
"/mac/last_page/",
|
|
"/windows/last_page/",
|
|
"/linux/last_page/",
|
|
]
|
|
title = "Learning more"
|
|
description = "Getting started with Docker"
|
|
keywords = ["beginner, getting started, Docker"]
|
|
[menu.main]
|
|
identifier = "getstart_learn_more"
|
|
parent = "getstart_all"
|
|
weight = 7
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# Learning 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>
|
|
<table class="tutorial">
|
|
<tr>
|
|
<th class="tg-031e">If you are looking for</th>
|
|
<th class="tg-031e">Where to find it</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com/docker-for-mac/">Getting Started with Docker for Mac</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">More about Docker for Windows, More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com/docker-for-windows/">Getting Started with Docker for Windows</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">More about Docker Toolbox</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com/toolbox/overview/">Docker Toolbox Overview</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">More about Docker for Linux distributions</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com//engine/installation/linux/">Install Docker Engine on Linux</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">More advanced tutorials on running containers, building your own images, networking containers, managing data for containers, and storing images on Docker Hub</td>
|
|
<td class="tg-031e"> <a href="http://www.docker.com//engine/tutorials/">Learn by example</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">Information about the Docker product line</td>
|
|
<td class="tg-031e"><a href="http://www.docker.com/products">The product explainer is a good place to start.</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="tg-031e">How to set up an automated build on Docker Hub</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com/docker-hub/">Docker Hub documentation</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tg-031e">How to run a multi-container application with Compose</td>
|
|
<td class="tg-031e"><a href="https://docs.docker.com/compose/gettingstarted/">Docker Compose documentation</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|