mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
* Update Get started docs * update part-1, add redirects * draft updates to part 2 and 3 * tidy up the orchestration topics * update examples, and other minor edits * address Stefan's review comments * moved orchestration to a new node * fix Ben's review comments * add email verification step * Emphasize the CTA in part 3
6 lines
362 B
HTML
6 lines
362 B
HTML
<ul class="pagination">
|
|
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="part1">Orientation and setup</a></li>
|
|
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">Build and run your image</a></li>
|
|
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">Share images on Docker Hub</a></li>
|
|
</ul>
|