-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Convert Library references from submodule to upstream (#4102)"
This reverts commit 1c5153b.
- Loading branch information
Misty Stanley-Jones
authored
Aug 8, 2017
1 parent
1c5153b
commit 94826e9
Showing
145 changed files
with
874 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ _site/** | |
.sass-cache/** | ||
CNAME | ||
Gemfile.lock | ||
_samples/library/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Migration | ||
|
||
This branch is the result of a migration of documentation from several public and | ||
private repositories. Every attempt has been made to preserve the history of all | ||
content which was migrated from public repositories, so that all public | ||
contributors retain credit for their work, and so that `git log` and | ||
`git blame` commands will work on historical files. At the time of the migration, | ||
over 42,000 public commits already exist in these files, which shows what a | ||
vibrant community the Docker documentation attracts. Thanks to everyone for their | ||
contributions. | ||
|
||
The following is a list of each public repository we imported from, the SHA | ||
reference we imported, and its tag if relevant. | ||
|
||
| Repository | SHA | Tag | | ||
|----------------------------------------|-----------------|------------------------| | ||
| https://github.com/docker/distribution | a9b1322edf48b1f | docs-v2.5.0-2016-07-28 | | ||
| https://github.com/docker/compose | 429320a4f8f4040 | docs-v1.8.0-2016-08-03 | | ||
| https://github.com/docker/swarm | 27968edd8a160f6 | v1.2.5 | | ||
| https://github.com/docker/notary | a6fda67663e158d | docs-v0.3-2016-08-03 | | ||
| https://github.com/docker/toolbox | c6457341499a196 | docs-v1.12.0-2016-09-16a | | ||
| https://github.com/docker/opensource | b9b87bed67f4289 | docs-2016-08-03 | | ||
| https://github.com/docker/kitematic | 02c9f9607128802 | v0.12.0 | | ||
| https://github.com/docker/machine | 95041b4cfe2e8b2 | docs-v0.8.2-2016-09-28 | | ||
| https://github.com/moby/moby | 3134c23b55eb100 | n/a | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% if include.tocToGenerate=="library"%}{% for thisPage in site.samples %} | ||
{% if include.tocToGenerate=="library"%}{% for thisPage in site.pages %}{% if thisPage.url contains "/samples/" and thisPage.url != "/samples/" %} | ||
<li><a href="{{ thisPage.url}}"{% if page.url==thisPage.url %}{% assign topicFound="true" %} class="active currentPage"{% endif %}>{{ thisPage.title }}</a></li> | ||
{% endfor %}{% endif %} | ||
{% endif %}{% endfor %}{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: docs | ||
toc_min: 1 | ||
noratings: true | ||
--- | ||
{% capture fileToUse %}{% if page.file %}{{ page.file }}{% else %}README.md{% endif %}{% endcapture %} | ||
{% capture ghrepo %}{% include_relative library/{{ page.repo }}/github-repo %}{% endcapture %} | ||
{% capture markdowncontent %} | ||
{% include_relative library/{{ page.repo }}/README-short.txt %} | ||
|
||
GitHub repo: [{{ ghrepo | strip }}]({{ ghrepo | strip}}){: target="_blank"} | ||
|
||
> **Library reference** | ||
> | ||
> This content is imported from | ||
> [the official Docker Library docs](https://github.com/docker-library/docs/tree/master/{{ page.repo}}/), | ||
> and is provided by the original uploader. You can view the Docker Store page for this repo at | ||
> [https://store.docker.com/images/{{ page.repo }}](https://store.docker.com/images/{{ page.repo }}). | ||
|
||
{% include_relative library/{{ page.repo }}/{{ fileToUse }} %} | ||
{% endcapture %} | ||
{{ markdowncontent | markdownify }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: null | ||
--- | ||
{% for page in site.pages %}{% for redirect in page.redirect_from %}{{ redirect }},{{ page.url }} | ||
{% endfor %}{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Adminer | ||
keywords: library, sample, Adminer | ||
layout: library | ||
repo: adminer | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Aerospike | ||
keywords: library, sample, Aerospike | ||
layout: library | ||
repo: aerospike | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Alpine | ||
keywords: library, sample, Alpine | ||
layout: library | ||
repo: alpine | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Amazon Linux | ||
keywords: library, sample, Amazon Linux | ||
layout: library | ||
repo: amazonlinux | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: ArangoDB | ||
keywords: library, sample, ArangoDB | ||
layout: library | ||
repo: arangodb | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Backdrop | ||
keywords: library, sample, Backdrop | ||
layout: library | ||
repo: backdrop | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Bash | ||
keywords: library, sample, Bash | ||
layout: library | ||
repo: bash | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Bonita | ||
keywords: library, sample, Bonita | ||
layout: library | ||
repo: bonita | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: buildpack-deps | ||
keywords: library, sample, buildpack-deps | ||
layout: library | ||
repo: buildpack-deps | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: BusyBox | ||
keywords: library, sample, BusyBox | ||
layout: library | ||
repo: busybox | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Cassandra | ||
keywords: library, sample, Cassandra | ||
layout: library | ||
repo: cassandra | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Celery | ||
keywords: library, sample, Celery | ||
layout: library | ||
repo: celery | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: CentOS | ||
keywords: library, sample, CentOS | ||
layout: library | ||
repo: centos | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Chronograf | ||
keywords: library, sample, Chronograf | ||
layout: library | ||
repo: chronograf | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: CirrOS | ||
keywords: library, sample, CirrOS | ||
layout: library | ||
repo: cirros | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Clear Linux | ||
keywords: library, sample, Clear Linux | ||
layout: library | ||
repo: clearlinux | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Clojure | ||
keywords: library, sample, Clojure | ||
layout: library | ||
repo: clojure | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Composer | ||
keywords: library, sample, Composer | ||
layout: library | ||
repo: composer | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Consul | ||
keywords: library, sample, Consul | ||
layout: library | ||
repo: consul | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Convertigo | ||
keywords: library, sample, Convertigo | ||
layout: library | ||
repo: convertigo | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Couchbase | ||
keywords: library, sample, Couchbase | ||
layout: library | ||
repo: couchbase | ||
redirect_from: | ||
- /engine/examples/couchbase/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: CouchDB | ||
keywords: library, sample, CouchDB | ||
layout: library | ||
repo: couchdb | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Crate | ||
keywords: library, sample, Crate | ||
layout: library | ||
repo: crate | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: CRUX | ||
keywords: library, sample, CRUX | ||
layout: library | ||
repo: crux | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Debian | ||
keywords: library, sample, Debian | ||
layout: library | ||
repo: debian | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Django | ||
keywords: library, sample, Django | ||
layout: library | ||
repo: django | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Docker in Docker | ||
keywords: library, sample, Docker in Docker | ||
layout: library | ||
repo: docker | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Drupal | ||
keywords: library, sample, Drupal | ||
layout: library | ||
repo: drupal | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Eclipse Mosquitto | ||
keywords: library, sample, Eclipse Mosquitto | ||
layout: library | ||
repo: eclipse-mosquitto | ||
--- |
Oops, something went wrong.