Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dc985a

Browse files
Test run
0 parents  commit 3dc985a

File tree

3,994 files changed

+2153445
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,994 files changed

+2153445
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**/.DS_Store
2+
**/desktop.ini
3+
.jekyll-metadata
4+
_site/**
5+
.sass-cache/**
6+
CNAME

.jekyll-metadata

335 KB
Binary file not shown.

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
{}
3+
---
4+
5+
FROM docs/base:oss
6+
MAINTAINER Docker Docs <[email protected]>
7+
8+
# because both the 2 dir's are going into the root
9+
env PROJECT=
10+
11+
# To get the git info for this repo
12+
COPY . /src
13+
#RUN rm -rf /docs/content/$PROJECT/
14+
COPY . /docs/content/$PROJECT/

_config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Docker
2+
markdown: kramdown
3+
kramdown:
4+
input: GFM
5+
html_to_native: true
6+
hard_wrap: false
7+
syntax_highlighter: rouge
8+
baseurl: /
9+
incremental: true
10+
11+
safe: false
12+
lsi: false
13+
14+
defaults:
15+
-
16+
scope:
17+
path: ""
18+
values:
19+
layout: "docs"

_data/advisories.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
#TODO: work out how to add a data dir to any repo that has documentation
3+
# atm, repo's have a docs dir that is akin to the hugo content dir.
4+
5+
6+
# Define Advisory texts
7+
# can be used in page frontmatter:
8+
# advisory = "experimental"
9+
10+
[texts]
11+
experimental = "The functionality described on this page is marked as Experimental, and as such, may change before it becomes generally available."
12+
rc = "The Swarm mode feature included in Docker Engine 1.12 is a release candidate feature and might be subject to non backward-compatible changes. Some functionality may change before the feature becomes generally available."
13+
docker4mac-beta = "Docker for Mac is currently in public beta. Some functionality may change before the product becomes generally available."
14+
docker4win-beta = "Docker for Windows is currently in public beta. Some functionality may change before the product becomes generally available."
15+
16+
swarm = "See [Swarm mode overview](/engine/swarm/) for the orchestration features introduced in Docker Engine 1.12. Only refer to the Docker Swarm documents below for information on the standalone Swarm product."
17+
18+
engine = "This site contains documentation for the v1.12 release candidate version of Docker Engine. For the Docker Engine v1.11 docs, see [https://docs.docker.com/v1.11/](https://docs.docker.com/v1.11/). Docker for Mac and Docker for Windows are currently in Beta."
19+
20+
21+
# URL based advisories
22+
# any URL that begins with "/engine/" will get the "engine" advisory
23+
# will be over-ridden by the `advisory` frontmatter in the topic
24+
# [paths]
25+
# "/engine/" = "engine"
26+
# "/swarm/" = "swarm"

_data/empty.yaml

Whitespace-only changes.

_layouts/docs.html

Lines changed: 1286 additions & 0 deletions
Large diffs are not rendered by default.

_site/Dockerfile

Lines changed: 1296 additions & 0 deletions
Large diffs are not rendered by default.

_site/apidocs/Dockerfile

Lines changed: 1303 additions & 0 deletions
Large diffs are not rendered by default.

_site/apidocs/docker-cloud.html

Lines changed: 1289 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)