mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
* Create index.md * Create part2.md * Create part3.md * Create part4.md * Create part5.md * Rewrite step 2 * Update part2.md * Update part2.md * Update part2.md * Update part2.md * Update part2.md * Update part2.md * Update index.md * Rewrite of part 3 * Tabs-based swarm instructions, pass 1 * Rewrite of parts 3 and 4, tabs implementation * Navigation, rewrites, part 4 completion * Part 5 w/Redis * Part 5, compelte Redis, rename part 6 * TOC/redirect implementation * Update part6.md * Changing links to point to new tutorial * Rewrites and asciinemas * Fix overview * Label diagrams * Fix button * Fix link to where Stacks are covered * Fix typo * s/file/directory * Reformat paragraph * Shorten tabs * Typos * Release DTR 2.2.4, 2.1.6 * Go back to small /edge (#2736) * Go back to small /edge * Update site front page Add info about Editions Reorganize components Update headings * Move logic of fetching content to a script * Add v1.28 API * Add info about versioned API * Fix a few 404s (#2785) * Fix typo * Propose use of another word (#2791) I think that interested is better than invested, in this case. * Update secrets.md (#2780) remove correct secret * Change mount syntax on windows from //c/ to c:\ (#2761) LGTM * Update hackathon.md (#2773) * nodes.md grammar correction (#2802) * Grammar and formatting check (#2797) * Wrong article If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a. * Making the text bold Removing backticks because probably the text needs to be bold and not marked as code. * Update overview.md (#2805) It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense. * shrink some big images (#2798) Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> * #2627 (#2804) - Fix right sidebar overflow on rescale * Update hackathon.md * change pre-build to pre_build to remove confusion (#2813) * change pre-build to pre_build to remove confusion * clarify that pre_build hook refers to a file * Update TOC to sentence case (#2790) * add more info about DTR on the overview page (#2794) fix #1904 * Update glossary.yaml (#2807) Fix #2575. * fix imports since docker api pkg migration, fix example repository name to be canonical (#2806) * tweak: code format for filename (#2829) * tweak: code format for filename slight reword, so as to avoid confusion w/filename Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * small changes just to kick build again Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * Update hackathon.md * fix broken links (#2808) * fix broken link (#2809) * [CONTRIBUTING] update broken link (#2826) * [Debian] add gnupg2 requirement for stretch (#2823) * TOC/redirect implementation * Changing links to point to new tutorial * Rewrites and asciinemas * Fix bad merge * Metadata, formatting * Front page formatting, link instrumentation
107 lines
6.2 KiB
HTML
107 lines
6.2 KiB
HTML
<div class="header">
|
|
<div class="fan"></div>
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<nav class="nav-primary">
|
|
<div class="container-fluid">
|
|
<div class="navbar-header">
|
|
<img class="logo" src="../images/docker-docs-logo.svg" alt="Docker Docs" title="Docker Docs">
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="primary nav navbar-nav">
|
|
<li><a href="https://docker.com/what-docker">What is Docker?</a></li>
|
|
<li><a href="https://docker.com/get-docker">Product</a></li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Get Docker <span class="caret"></span></a>
|
|
<ul class="dropdown-menu nav-main">
|
|
<h6 class="dropdown-header">For Desktops</h6>
|
|
<li><a href="https://docker.com/docker-mac">Mac</a></li>
|
|
<li><a href="https://docker.com/docker-windows">Windows</a></li>
|
|
<h6 class="dropdown-header">For Cloud Providers</h6>
|
|
<li><a href="https://docker.com/docker-aws">AWS</a></li>
|
|
<li><a href="https://docker.com/docker-microsoft-azure">Azure</a></li>
|
|
<h6 class="dropdown-header">For Servers</h6>
|
|
<li><a href="https://docker.com/docker-windows-server">Windows Server</a></li>
|
|
<li><a href="https://docker.com/docker-centos">CentOS</a></li>
|
|
<li><a href="https://docker.com/docker-debian">Debian</a></li>
|
|
<li><a href="https://docker.com/docker-fedora">Fedora</a></li>
|
|
<li><a href="https://docker.com/docker-oracle-linux">Oracle Enterprise Linux</a></li>
|
|
<li><a href="https://docker.com/docker-rhel">RHEL</a></li>
|
|
<li><a href="https://docker.com/docker-sles">SLES</a></li>
|
|
<li><a href="https://docker.com/docker-ubuntu">Ubuntu</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://docs.docker.com">Docs</a></li>
|
|
<li><a href="https://docker.com/docker-community">Community</a></li>
|
|
<li><a href="https://cloud.docker.com/">Create Docker ID</a></li>
|
|
<li><a href="https://cloud.docker.com/login">Sign In</a></li>
|
|
</ul>
|
|
<!-- <div class="user-nav hidden-sm">
|
|
<ul>
|
|
<li><a href="https://cloud.docker.com/">Create Docker ID</a></li>
|
|
<li><a href="https://cloud.docker.com/login">Sign In</a></li>
|
|
</ul>
|
|
</div> -->
|
|
</div>
|
|
<!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
<!-- hero banner text -->
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="hero-text">
|
|
<div class="hero-text-centered">
|
|
<h1>{{ site.name }}</h1>
|
|
<p>Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries.</p>
|
|
<ul class="buttons">
|
|
<li><a class="button transparent-btn" href="/engine/installation/" target="_blank">Get Docker</a></li>
|
|
<li> <a class="button secondary-btn" href="/get-started/" target="_blank">Get Started</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a href="http://2017.dockercon.com/register-dockercon-2017/" target="_blank">
|
|
<div class="banner">
|
|
<img src="images/dockercon-register-now.svg">
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<!-- nav-secondary -->
|
|
<nav class="nav-secondary-tabs" data-spy="affix" data-offset-top="490">
|
|
<div class="container-fluid-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
|
|
<div class="search-form">
|
|
<form class="search form-inline ng-pristine ng-valid" id="searchForm" action="/search/">
|
|
<input class="search-field form-control ds-input" id="st-search-input" value="" name="q" placeholder="Search the docs" type="search" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;">
|
|
<div id="autocompletecontainer-fluid">
|
|
<div id="autocompleteResults"></div>
|
|
</div>
|
|
<!-- <button type="submit" class="search-submit btn btn-default">Search</button> -->
|
|
</form>
|
|
</div>
|
|
<div class="sidebar-toggle">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="tabs">
|
|
<!-- <ul class="tabs nav navbar-nav navbar-collapse collapse navbar-left"> -->
|
|
<ul class="tabs nav navbar-nav navbar-collapse navbar-left">
|
|
{% include treebuilder.html %}
|
|
</ul>
|
|
</div>
|
|
<div class="ctrl-right">
|
|
{% include archive-list.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|