Merge pull request #1378 from docker/master

Syncing branch with master
This commit is contained in:
Adrian Plata 2019-10-14 10:27:08 -07:00 committed by GitHub
commit fd2a24ab45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
302 changed files with 5515 additions and 4193 deletions

1
.gitignore vendored
View File

@ -6,5 +6,4 @@ _site/**
.sass-cache/**
CNAME
Gemfile.lock
_samples/library/**
_kbase/**

View File

@ -30,7 +30,7 @@ you give it a try!
### Overall doc improvements
Most commits will be made against the `master` branch. This include:
Most commits will be made against the `master` branch. This includes:
- Conceptual and task-based information not specific to new features
- Restructuring / rewriting

View File

@ -64,15 +64,6 @@ COPY --from=docs/docker.github.io:v17.12 ${TARGET} ${TARGET}
COPY --from=docs/docker.github.io:v18.03 ${TARGET} ${TARGET}
COPY --from=docs/docker.github.io:v18.09 ${TARGET} ${TARGET}
# Fetch library samples (documentation from official images on Docker Hub)
# Only add the files that are needed to build these reference docs, so that
# these docs are only rebuilt if changes were made to the configuration.
# @todo find a way to build HTML in this stage, and still have them included in the navigation tree
FROM builderbase AS library-samples
COPY ./_scripts/fetch-library-samples.sh ./_scripts/
COPY ./_samples/boilerplate.txt ./_samples/
RUN bash ./_scripts/fetch-library-samples.sh
# Fetch upstream resources (reference documentation)
# Only add the files that are needed to build these reference docs, so that
# these docs are only rebuilt if changes were made to the configuration.
@ -86,7 +77,6 @@ RUN bash ./_scripts/fetch-upstream-resources.sh .
# Build the current docs from the checked out branch
FROM builderbase AS current
COPY . .
COPY --from=library-samples /usr/src/app/md_source/. ./
COPY --from=upstream-resources /usr/src/app/md_source/. ./
# Build the static HTML, now that everything is in place

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ pipeline {
post {
unsuccessful {
sh """
curl -X POST -H 'Content-type: application/json' --data '{"text":"Error in docker.github.io:published build. Please contact the Customer Success Engineering team for help."}' $SLACK
curl -X POST -H 'Content-type: application/json' --data '{"text":"Error in Jenkins build. Please contact the Customer Success Engineering team for help."}' $SLACK
"""
}
}

View File

@ -111,7 +111,7 @@ defaults:
- scope:
path: "install"
values:
win_latest_build: "docker-19.03.2"
win_latest_build: "docker-19.03.3"
- scope:
path: "datacenter"
values:
@ -125,7 +125,7 @@ defaults:
dtr_org: "docker"
dtr_repo: "dtr"
ucp_version: "3.2.1"
dtr_version: "2.7.2"
dtr_version: "2.7.3"
# Previous DTR Releases
- scope:
path: "datacenter/dtr/2.6"
@ -133,7 +133,7 @@ defaults:
hide_from_sitemap: true
dtr_org: "docker"
dtr_repo: "dtr"
dtr_version: "2.6.9"
dtr_version: "2.6.10"
- scope:
path: "datacenter/dtr/2.5"
values:
@ -178,21 +178,21 @@ defaults:
hide_from_sitemap: true
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.1.10"
ucp_version: "3.1.11"
- scope:
path: "datacenter/ucp/3.0"
values:
hide_from_sitemap: true
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "3.0.14"
ucp_version: "3.0.15"
- scope:
path: "datacenter/ucp/2.2"
values:
hide_from_sitemap: true
ucp_org: "docker"
ucp_repo: "ucp"
ucp_version: "2.2.21"
ucp_version: "2.2.22"
- scope:
path: "datacenter/ucp/2.1"
values:

View File

@ -21,6 +21,14 @@
- product: "ucp"
version: "3.1"
tar-files:
- description: "3.1.11 Linux"
url: https://packages.docker.com/caas/ucp_images_3.1.11.tar.gz
- description: "3.1.11 Windows Server 2016 LTSC"
url: https://packages.docker.com/caas/ucp_images_win_2016_3.1.11.tar.gz
- description: "3.1.11 Windows Server 1803"
url: https://packages.docker.com/caas/ucp_images_win_1803_3.1.11.tar.gz
- description: "3.1.11 Windows Server 2019 LTSC"
url: https://packages.docker.com/caas/ucp_images_win_2019_3.1.11.tar.gz
- description: "3.1.10 Linux"
url: https://packages.docker.com/caas/ucp_images_3.1.10.tar.gz
- description: "3.1.10 Windows Server 2016 LTSC"
@ -122,6 +130,14 @@
- product: "ucp"
version: "3.0"
tar-files:
- description: "3.0.15 Linux"
url: https://packages.docker.com/caas/ucp_images_3.0.15.tar.gz
- description: "3.0.15 IBM Z"
url: https://packages.docker.com/caas/ucp_images_s390x_3.0.15.tar.gz
- description: "3.0.15 Windows Server 2016 LTSC"
url: https://packages.docker.com/caas/ucp_images_win_2016_3.0.15.tar.gz
- description: "3.0.15 Windows Server 1803"
url: https://packages.docker.com/caas/ucp_images_win_1803_3.0.15.tar.gz
- description: "3.0.14 Linux"
url: https://packages.docker.com/caas/ucp_images_3.0.14.tar.gz
- description: "3.0.14 IBM Z"
@ -249,6 +265,12 @@
- product: "ucp"
version: "2.2"
tar-files:
- description: "2.2.22 Linux"
url: https://packages.docker.com/caas/ucp_images_2.2.22.tar.gz
- description: "2.2.22 IBM Z"
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.22.tar.gz
- description: "2.2.22 Windows"
url: https://packages.docker.com/caas/ucp_images_win_2.2.22.tar.gz
- description: "2.2.21 Linux"
url: https://packages.docker.com/caas/ucp_images_2.2.21.tar.gz
- description: "2.2.21 IBM Z"
@ -372,6 +394,8 @@
- product: "dtr"
version: "2.7"
tar-files:
- description: "DTR 2.7.3 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.7.3.tar.gz
- description: "DTR 2.7.2 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.7.2.tar.gz
- description: "DTR 2.7.1 Linux x86"
@ -381,6 +405,8 @@
- product: "dtr"
version: "2.6"
tar-files:
- description: "DTR 2.6.10 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.6.10.tar.gz
- description: "DTR 2.6.9 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.6.9.tar.gz
- description: "DTR 2.6.8 Linux x86"

View File

@ -218,8 +218,8 @@ overlay storage driver: |
It is supported by the Docker daemon as a storage driver.
parent image: |
An image's **parent image** is the image designated in the `FROM` directive
in the image's Dockerfile. All subsequent commands are applied to this parent
image. A Dockerfile with no `FROM` directive has no parent image, and is called
in the image's Dockerfile. All subsequent commands are based on this parent
image. A Dockerfile with the `FROM scratch` directive has no parent image, and is called
a **base image**.
persistent storage: |
Persistent storage or volume storage provides a way for a user to add a persistent layer to the running container's file system. This persistent layer could live on the container host or an external device. The lifecycle of this persistent layer is not connected to the lifecycle of the container, allowing a user to retain state.

View File

@ -127,20 +127,18 @@ guides:
title: FAQ
- sectiontitle: Get started
section:
- sectiontitle: Get started with Docker
- sectiontitle: Quickstart
section:
- title: "Part 1: Orientation"
- title: "Part 1: Orientation and setup"
path: /get-started/
- title: "Part 2: Containers"
- title: "Part 2: Containerizing an Application"
path: /get-started/part2/
- title: "Part 3: Services"
- title: "Part 3: Deploying to Kubernetes"
path: /get-started/part3/
- title: "Part 4: Swarms"
- title: "Part 4: Deploying to Swarm"
path: /get-started/part4/
- title: "Part 5: Stacks"
- title: "Part 5: Sharing Images on Docker Hub"
path: /get-started/part5/
- title: "Part 6: Deploy your app"
path: /get-started/part6/
- path: /engine/docker-overview/
title: Docker overview
- sectiontitle: Develop with Docker
@ -1257,9 +1255,6 @@ reference:
samples:
- path: /samples/#tutorial-labs
title: Tutorial labs
- sectiontitle: Library references
section:
- generateTOC: library
- sectiontitle: Sample applications
section:
- path: /samples/
@ -1282,6 +1277,8 @@ samples:
title: Riak
- path: /engine/examples/running_ssh_service/
title: SSHd
- path: /samples/#library-references
title: Library references
manuals:
- sectiontitle: Docker Enterprise
@ -1445,9 +1442,9 @@ manuals:
- path: /ee/ucp/authorization/pull-images/
title: Allow users to pull images
- path: /ee/ucp/authorization/ee-standard/
title: Docker Enterprise Standard use case
title: Access control design
- path: /ee/ucp/authorization/ee-advanced/
title: Docker Enterprise Advanced use case
title: Access control design using additional security requirements
- sectiontitle: Access UCP
section:
- path: /ee/ucp/user-access/
@ -1513,7 +1510,7 @@ manuals:
- title: Specifying a routing mode
path: /ee/ucp/interlock/usage/interlock-vip-mode/
- title: Using routing labels
path: /ee/ucp/interlock/usage/labels-reference.md/
path: /ee/ucp/interlock/usage/labels-reference/
- title: Implementing redirects
path: /ee/ucp/interlock/usage/redirects/
- title: Implementing a service cluster
@ -1560,7 +1557,7 @@ manuals:
path: /ee/ucp/kubernetes/cluster-ingress/
- title: Install Ingress
path: /ee/ucp/kubernetes/cluster-ingress/install/
- title: Deploy Simple Application
- title: Deploy a Sample Application
path: /ee/ucp/kubernetes/cluster-ingress/ingress/
- title: Deploy a Canary Deployment
path: /ee/ucp/kubernetes/cluster-ingress/canary/
@ -2601,9 +2598,9 @@ manuals:
- path: /ee/dtr/admin/configure/use-your-own-tls-certificates/
title: Use your own TLS certificates
- path: /ee/dtr/admin/configure/enable-single-sign-on/
title: Disable persistent cookies
- path: /ee/dtr/admin/configure/disable-persistent-cookies/
title: Enable single sign-on
- path: /ee/dtr/admin/configure/disable-persistent-cookies/
title: Disable persistent cookies
- sectiontitle: External storage
section:
- path: /ee/dtr/admin/configure/external-storage/
@ -3994,6 +3991,10 @@ manuals:
section:
- path: /docker-hub/
title: Quickstart
- sectiontitle: Security and Authentication
section:
- path: /docker-hub/access-tokens/
title: Managing Access Tokens
- path: /docker-hub/release-notes/
title: Release notes
- path: /docker-hub/repos/
@ -4038,6 +4039,8 @@ manuals:
title: Trust Chain
- path: /docker-hub/publish/byol/
title: Bring Your Own License (BYOL)
- path: /docker-hub/deactivate-account/
title: Deactivate an account or an organization
- sectiontitle: Open-source projects
section:
- sectiontitle: Docker Notary

View File

@ -45,15 +45,15 @@ your client and daemon API versions.
{% if site.data[include.datafolder][include.datafile].experimentalcli %}
> This command is experimental.
> This command is experimental on the Docker client.
>
> **It should not be used in production environments.**
>
> This command is experimental on the Docker client. It should not be used in
> production environments.
> To enable experimental features in the Docker CLI, edit the
> [config.json](/engine/reference/commandline/cli.md#configuration-files)
> and set `experimental` to `enabled`.
>
> {% include experimental.md %}
> and set `experimental` to `enabled`. You can go [here](https://docs.docker.com/engine/reference/commandline/cli/#experimental-features)
> for more information.
{: .important }
{% endif %}

View File

@ -1,3 +0,0 @@
{% if include.tocToGenerate=="library"%}{% for thisPage in site.samples %}
<li><a href="{{ thisPage.url}}"{% if page.url==thisPage.url %}{% assign topicFound="true" %} class="active currentPage"{% endif %}>{{ thisPage.title }}</a></li>
{% endfor %}{% endif %}

View File

@ -9,29 +9,27 @@
</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><a href="https://docker.com/why-docker">Why Docker?</a></li>
<li><a href="https://docker.com/get-started">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 Desktop</h6>
<li><a href="https://docker.com/products/docker-desktop">Mac & 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>
<li><a href="https://docker.com/partners/aws">AWS</a></li>
<li><a href="https://docker.com/partners/microsoft">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>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-windows">Windows Server</a></li>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-centos">CentOS</a></li>
<li><a href="https://hub.docker.com/editions/community/docker-ce-server-debian">Debian</a></li>
<li><a href="https://hub.docker.com/editions/community/docker-ce-server-fedora">Fedora</a></li>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-oraclelinux">Oracle Enterprise Linux</a></li>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-rhel">RHEL</a></li>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-sles">SLES</a></li>
<li><a href="https://hub.docker.com/editions/enterprise/docker-ee-server-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://hub.docker.com/signup">Create Docker ID</a></li>
<li><a href="https://hub.docker.com/sso/start">Sign In</a></li>

View File

@ -3,6 +3,6 @@
> 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 Hub page for this image at
> [https://hub.docker.com/images/{{ page.repo }}](https://hub.docker.com/images/{{ page.repo }})
> [https://hub.docker.com/_/{{ page.repo }}](https://hub.docker.com/images/{{ page.repo }})
<!-- content begin -->

View File

@ -317,7 +317,6 @@
<script src="/js/stickyfill.min.js"></script>
<script defer src="/js/metadata.js"></script>
<script src="/js/glossary.js"></script>
<script src="/js/collections_tocs.js"></script>
<script defer src="/js/docs.js"></script>
<script defer src="/js/toc.js"></script>
<script language="javascript">

View File

@ -0,0 +1,17 @@
---
title: adminer
keywords: library, sample, adminer
repo: adminer
layout: docs
permalink: /samples/library/adminer/
hide_from_sitemap: true
redirect_from:
- /samples/adminer/
description: |
Database management in a single PHP file.
---
Database management in a single PHP file.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: adoptopenjdk
keywords: library, sample, adoptopenjdk
repo: adoptopenjdk
layout: docs
permalink: /samples/library/adoptopenjdk/
hide_from_sitemap: true
redirect_from:
- /samples/adoptopenjdk/
description: |
Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK.
---
Official Images for OpenJDK + HotSpot and OpenJDK + Eclipse OpenJ9 binaries built by AdoptOpenJDK.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: aerospike
keywords: library, sample, aerospike
repo: aerospike
layout: docs
permalink: /samples/library/aerospike/
hide_from_sitemap: true
redirect_from:
- /samples/aerospike/
description: |
Aerospike the reliable, high performance, distributed database optimized for flash and RAM.
---
Aerospike the reliable, high performance, distributed database optimized for flash and RAM.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: alpine
keywords: library, sample, alpine
repo: alpine
layout: docs
permalink: /samples/library/alpine/
hide_from_sitemap: true
redirect_from:
- /samples/alpine/
description: |
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
---
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
{% include library-samples.md %}

17
_samples/library/alt.md Normal file
View File

@ -0,0 +1,17 @@
---
title: alt
keywords: library, sample, alt
repo: alt
layout: docs
permalink: /samples/library/alt/
hide_from_sitemap: true
redirect_from:
- /samples/alt/
description: |
The official build of ALT Linux.
---
The official build of ALT Linux.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: amazoncorretto
keywords: library, sample, amazoncorretto
repo: amazoncorretto
layout: docs
permalink: /samples/library/amazoncorretto/
hide_from_sitemap: true
redirect_from:
- /samples/amazoncorretto/
description: |
Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK).
---
Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK).
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: amazonlinux
keywords: library, sample, amazonlinux
repo: amazonlinux
layout: docs
permalink: /samples/library/amazonlinux/
hide_from_sitemap: true
redirect_from:
- /samples/amazonlinux/
description: |
Amazon Linux provides a stable, secure, and high-performance execution environment for applications.
---
Amazon Linux provides a stable, secure, and high-performance execution environment for applications.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: arangodb
keywords: library, sample, arangodb
repo: arangodb
layout: docs
permalink: /samples/library/arangodb/
hide_from_sitemap: true
redirect_from:
- /samples/arangodb/
description: |
ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values.
---
ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: backdrop
keywords: library, sample, backdrop
repo: backdrop
layout: docs
permalink: /samples/library/backdrop/
hide_from_sitemap: true
redirect_from:
- /samples/backdrop/
description: |
The comprehensive CMS for small to medium sized businesses and non-profits.
---
The comprehensive CMS for small to medium sized businesses and non-profits.
{% include library-samples.md %}

17
_samples/library/bash.md Normal file
View File

@ -0,0 +1,17 @@
---
title: bash
keywords: library, sample, bash
repo: bash
layout: docs
permalink: /samples/library/bash/
hide_from_sitemap: true
redirect_from:
- /samples/bash/
description: |
Bash is the GNU Project's Bourne Again SHell
---
Bash is the GNU Project's Bourne Again SHell
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: bonita
keywords: library, sample, bonita
repo: bonita
layout: docs
permalink: /samples/library/bonita/
hide_from_sitemap: true
redirect_from:
- /samples/bonita/
description: |
Bonita is an open-source business process management and workflow suite
---
Bonita is an open-source business process management and workflow suite
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: buildpack-deps
keywords: library, sample, buildpack-deps
repo: buildpack-deps
layout: docs
permalink: /samples/library/buildpack-deps/
hide_from_sitemap: true
redirect_from:
- /samples/buildpack-deps/
description: |
A collection of common build dependencies used for installing various modules, e.g., gems.
---
A collection of common build dependencies used for installing various modules, e.g., gems.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: busybox
keywords: library, sample, busybox
repo: busybox
layout: docs
permalink: /samples/library/busybox/
hide_from_sitemap: true
redirect_from:
- /samples/busybox/
description: |
Busybox base image.
---
Busybox base image.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: cassandra
keywords: library, sample, cassandra
repo: cassandra
layout: docs
permalink: /samples/library/cassandra/
hide_from_sitemap: true
redirect_from:
- /samples/cassandra/
description: |
Apache Cassandra is an open-source distributed storage system.
---
Apache Cassandra is an open-source distributed storage system.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: centos
keywords: library, sample, centos
repo: centos
layout: docs
permalink: /samples/library/centos/
hide_from_sitemap: true
redirect_from:
- /samples/centos/
description: |
The official build of CentOS.
---
The official build of CentOS.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: chronograf
keywords: library, sample, chronograf
repo: chronograf
layout: docs
permalink: /samples/library/chronograf/
hide_from_sitemap: true
redirect_from:
- /samples/chronograf/
description: |
Chronograf is a visualization tool for time series data in InfluxDB.
---
Chronograf is a visualization tool for time series data in InfluxDB.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: cirros
keywords: library, sample, cirros
repo: cirros
layout: docs
permalink: /samples/library/cirros/
hide_from_sitemap: true
redirect_from:
- /samples/cirros/
description: |
CirrOS is a Tiny OS that specializes in running on a cloud.
---
CirrOS is a Tiny OS that specializes in running on a cloud.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: clearlinux
keywords: library, sample, clearlinux
repo: clearlinux
layout: docs
permalink: /samples/library/clearlinux/
hide_from_sitemap: true
redirect_from:
- /samples/clearlinux/
description: |
Official docker build of Clear Linux OS for Intel Architecture
---
Official docker build of Clear Linux OS for Intel Architecture
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: clefos
keywords: library, sample, clefos
repo: clefos
layout: docs
permalink: /samples/library/clefos/
hide_from_sitemap: true
redirect_from:
- /samples/clefos/
description: |
The official build of ClefOS.
---
The official build of ClefOS.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: clojure
keywords: library, sample, clojure
repo: clojure
layout: docs
permalink: /samples/library/clojure/
hide_from_sitemap: true
redirect_from:
- /samples/clojure/
description: |
Clojure is a dialect of Lisp that runs on the JVM.
---
Clojure is a dialect of Lisp that runs on the JVM.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: composer
keywords: library, sample, composer
repo: composer
layout: docs
permalink: /samples/library/composer/
hide_from_sitemap: true
redirect_from:
- /samples/composer/
description: |
Composer is a dependency manager written in and for PHP.
---
Composer is a dependency manager written in and for PHP.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: consul
keywords: library, sample, consul
repo: consul
layout: docs
permalink: /samples/library/consul/
hide_from_sitemap: true
redirect_from:
- /samples/consul/
description: |
Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
---
Consul is a datacenter runtime that provides service discovery, configuration, and orchestration.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: convertigo
keywords: library, sample, convertigo
repo: convertigo
layout: docs
permalink: /samples/library/convertigo/
hide_from_sitemap: true
redirect_from:
- /samples/convertigo/
description: |
Convertigo is an open source MBaaS/MADP platform for mobile application development and back-end.
---
Convertigo is an open source MBaaS/MADP platform for mobile application development and back-end.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: couchbase
keywords: library, sample, couchbase
repo: couchbase
layout: docs
permalink: /samples/library/couchbase/
hide_from_sitemap: true
redirect_from:
- /samples/couchbase/
description: |
Couchbase Server is a NoSQL document database with a distributed architecture.
---
Couchbase Server is a NoSQL document database with a distributed architecture.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: couchdb
keywords: library, sample, couchdb
repo: couchdb
layout: docs
permalink: /samples/library/couchdb/
hide_from_sitemap: true
redirect_from:
- /samples/couchdb/
description: |
CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing.
---
CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing.
{% include library-samples.md %}

17
_samples/library/crate.md Normal file
View File

@ -0,0 +1,17 @@
---
title: crate
keywords: library, sample, crate
repo: crate
layout: docs
permalink: /samples/library/crate/
hide_from_sitemap: true
redirect_from:
- /samples/crate/
description: |
CrateDB is a distributed SQL database handles massive amounts of machine data in real-time.
---
CrateDB is a distributed SQL database handles massive amounts of machine data in real-time.
{% include library-samples.md %}

17
_samples/library/crux.md Normal file
View File

@ -0,0 +1,17 @@
---
title: crux
keywords: library, sample, crux
repo: crux
layout: docs
permalink: /samples/library/crux/
hide_from_sitemap: true
redirect_from:
- /samples/crux/
description: |
CRUX is a lightweight Linux distribution targeted at experienced Linux users
---
CRUX is a lightweight Linux distribution targeted at experienced Linux users
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: debian
keywords: library, sample, debian
repo: debian
layout: docs
permalink: /samples/library/debian/
hide_from_sitemap: true
redirect_from:
- /samples/debian/
description: |
Debian is a Linux distribution that's composed entirely of free and open-source software.
---
Debian is a Linux distribution that's composed entirely of free and open-source software.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: docker
keywords: library, sample, docker
repo: docker
layout: docs
permalink: /samples/library/docker/
hide_from_sitemap: true
redirect_from:
- /samples/docker/
description: |
Docker in Docker!
---
Docker in Docker!
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: drupal
keywords: library, sample, drupal
repo: drupal
layout: docs
permalink: /samples/library/drupal/
hide_from_sitemap: true
redirect_from:
- /samples/drupal/
description: |
Drupal is an open source content management platform powering millions of websites and applications.
---
Drupal is an open source content management platform powering millions of websites and applications.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: eclipse-mosquitto
keywords: library, sample, eclipse-mosquitto
repo: eclipse-mosquitto
layout: docs
permalink: /samples/library/eclipse-mosquitto/
hide_from_sitemap: true
redirect_from:
- /samples/eclipse-mosquitto/
description: |
Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1
---
Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: eggdrop
keywords: library, sample, eggdrop
repo: eggdrop
layout: docs
permalink: /samples/library/eggdrop/
hide_from_sitemap: true
redirect_from:
- /samples/eggdrop/
description: |
The official Docker image of Eggdrop- IRC's oldest actively-developed bot!
---
The official Docker image of Eggdrop- IRC's oldest actively-developed bot!
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: elasticsearch
keywords: library, sample, elasticsearch
repo: elasticsearch
layout: docs
permalink: /samples/library/elasticsearch/
hide_from_sitemap: true
redirect_from:
- /samples/elasticsearch/
description: |
Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.
---
Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: elixir
keywords: library, sample, elixir
repo: elixir
layout: docs
permalink: /samples/library/elixir/
hide_from_sitemap: true
redirect_from:
- /samples/elixir/
description: |
Elixir is a dynamic, functional language for building scalable and maintainable applications.
---
Elixir is a dynamic, functional language for building scalable and maintainable applications.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: erlang
keywords: library, sample, erlang
repo: erlang
layout: docs
permalink: /samples/library/erlang/
hide_from_sitemap: true
redirect_from:
- /samples/erlang/
description: |
Erlang is a programming language used to build massively scalable systems with high availability.
---
Erlang is a programming language used to build massively scalable systems with high availability.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: euleros
keywords: library, sample, euleros
repo: euleros
layout: docs
permalink: /samples/library/euleros/
hide_from_sitemap: true
redirect_from:
- /samples/euleros/
description: |
The official release of EulerOS.
---
The official release of EulerOS.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: express-gateway
keywords: library, sample, express-gateway
repo: express-gateway
layout: docs
permalink: /samples/library/express-gateway/
hide_from_sitemap: true
redirect_from:
- /samples/express-gateway/
description: |
The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices
---
The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: fedora
keywords: library, sample, fedora
repo: fedora
layout: docs
permalink: /samples/library/fedora/
hide_from_sitemap: true
redirect_from:
- /samples/fedora/
description: |
Official Docker builds of Fedora
---
Official Docker builds of Fedora
{% include library-samples.md %}

17
_samples/library/flink.md Normal file
View File

@ -0,0 +1,17 @@
---
title: flink
keywords: library, sample, flink
repo: flink
layout: docs
permalink: /samples/library/flink/
hide_from_sitemap: true
redirect_from:
- /samples/flink/
description: |
Apache Flink® is a powerful open-source distributed stream and batch processing framework.
---
Apache Flink® is a powerful open-source distributed stream and batch processing framework.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: fluentd
keywords: library, sample, fluentd
repo: fluentd
layout: docs
permalink: /samples/library/fluentd/
hide_from_sitemap: true
redirect_from:
- /samples/fluentd/
description: |
Fluentd is an open source data collector for unified logging layer
---
Fluentd is an open source data collector for unified logging layer
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: fsharp
keywords: library, sample, fsharp
repo: fsharp
layout: docs
permalink: /samples/library/fsharp/
hide_from_sitemap: true
redirect_from:
- /samples/fsharp/
description: |
F# is a multi-paradigm language encompassing functional, imperative, and object-oriented styles
---
F# is a multi-paradigm language encompassing functional, imperative, and object-oriented styles
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: gazebo
keywords: library, sample, gazebo
repo: gazebo
layout: docs
permalink: /samples/library/gazebo/
hide_from_sitemap: true
redirect_from:
- /samples/gazebo/
description: |
Gazebo is an open source project for simulating robots, offering robust physics and rendering.
---
Gazebo is an open source project for simulating robots, offering robust physics and rendering.
{% include library-samples.md %}

17
_samples/library/gcc.md Normal file
View File

@ -0,0 +1,17 @@
---
title: gcc
keywords: library, sample, gcc
repo: gcc
layout: docs
permalink: /samples/library/gcc/
hide_from_sitemap: true
redirect_from:
- /samples/gcc/
description: |
The GNU Compiler Collection is a compiling system that supports several languages.
---
The GNU Compiler Collection is a compiling system that supports several languages.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: geonetwork
keywords: library, sample, geonetwork
repo: geonetwork
layout: docs
permalink: /samples/library/geonetwork/
hide_from_sitemap: true
redirect_from:
- /samples/geonetwork/
description: |
GeoNetwork is a FOSS catalog for spatially referenced resources.
---
GeoNetwork is a FOSS catalog for spatially referenced resources.
{% include library-samples.md %}

17
_samples/library/ghost.md Normal file
View File

@ -0,0 +1,17 @@
---
title: ghost
keywords: library, sample, ghost
repo: ghost
layout: docs
permalink: /samples/library/ghost/
hide_from_sitemap: true
redirect_from:
- /samples/ghost/
description: |
Ghost is a free and open source blogging platform written in JavaScript
---
Ghost is a free and open source blogging platform written in JavaScript
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: golang
keywords: library, sample, golang
repo: golang
layout: docs
permalink: /samples/library/golang/
hide_from_sitemap: true
redirect_from:
- /samples/golang/
description: |
Go (golang) is a general purpose, higher-level, imperative programming language.
---
Go (golang) is a general purpose, higher-level, imperative programming language.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: gradle
keywords: library, sample, gradle
repo: gradle
layout: docs
permalink: /samples/library/gradle/
hide_from_sitemap: true
redirect_from:
- /samples/gradle/
description: |
Gradle is a build tool with a focus on build automation and support for multi-language development.
---
Gradle is a build tool with a focus on build automation and support for multi-language development.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: groovy
keywords: library, sample, groovy
repo: groovy
layout: docs
permalink: /samples/library/groovy/
hide_from_sitemap: true
redirect_from:
- /samples/groovy/
description: |
Apache Groovy is a multi-faceted language for the Java platform.
---
Apache Groovy is a multi-faceted language for the Java platform.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: haproxy
keywords: library, sample, haproxy
repo: haproxy
layout: docs
permalink: /samples/library/haproxy/
hide_from_sitemap: true
redirect_from:
- /samples/haproxy/
description: |
HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer
---
HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: haskell
keywords: library, sample, haskell
repo: haskell
layout: docs
permalink: /samples/library/haskell/
hide_from_sitemap: true
redirect_from:
- /samples/haskell/
description: |
Haskell is an advanced purely-functional programming language.
---
Haskell is an advanced purely-functional programming language.
{% include library-samples.md %}

17
_samples/library/haxe.md Normal file
View File

@ -0,0 +1,17 @@
---
title: haxe
keywords: library, sample, haxe
repo: haxe
layout: docs
permalink: /samples/library/haxe/
hide_from_sitemap: true
redirect_from:
- /samples/haxe/
description: |
Haxe is a modern, high level, static typed programming language with multiple compilation targets.
---
Haxe is a modern, high level, static typed programming language with multiple compilation targets.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: hello-world
keywords: library, sample, hello-world
repo: hello-world
layout: docs
permalink: /samples/library/hello-world/
hide_from_sitemap: true
redirect_from:
- /samples/hello-world/
description: |
Hello World! (an example of minimal Dockerization)
---
Hello World! (an example of minimal Dockerization)
{% include library-samples.md %}

17
_samples/library/httpd.md Normal file
View File

@ -0,0 +1,17 @@
---
title: httpd
keywords: library, sample, httpd
repo: httpd
layout: docs
permalink: /samples/library/httpd/
hide_from_sitemap: true
redirect_from:
- /samples/httpd/
description: |
The Apache HTTP Server Project
---
The Apache HTTP Server Project
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: hylang
keywords: library, sample, hylang
repo: hylang
layout: docs
permalink: /samples/library/hylang/
hide_from_sitemap: true
redirect_from:
- /samples/hylang/
description: |
Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree.
---
Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: ibmjava
keywords: library, sample, ibmjava
repo: ibmjava
layout: docs
permalink: /samples/library/ibmjava/
hide_from_sitemap: true
redirect_from:
- /samples/ibmjava/
description: |
Official IBM® SDK, Java™ Technology Edition Docker Image.
---
Official IBM® SDK, Java™ Technology Edition Docker Image.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: influxdb
keywords: library, sample, influxdb
repo: influxdb
layout: docs
permalink: /samples/library/influxdb/
hide_from_sitemap: true
redirect_from:
- /samples/influxdb/
description: |
InfluxDB is an open source time series database for recording metrics, events, and analytics.
---
InfluxDB is an open source time series database for recording metrics, events, and analytics.
{% include library-samples.md %}

17
_samples/library/irssi.md Normal file
View File

@ -0,0 +1,17 @@
---
title: irssi
keywords: library, sample, irssi
repo: irssi
layout: docs
permalink: /samples/library/irssi/
hide_from_sitemap: true
redirect_from:
- /samples/irssi/
description: |
irssi - The IRC client of the future
---
irssi - The IRC client of the future
{% include library-samples.md %}

17
_samples/library/jetty.md Normal file
View File

@ -0,0 +1,17 @@
---
title: jetty
keywords: library, sample, jetty
repo: jetty
layout: docs
permalink: /samples/library/jetty/
hide_from_sitemap: true
redirect_from:
- /samples/jetty/
description: |
Jetty provides a Web server and javax.servlet container.
---
Jetty provides a Web server and javax.servlet container.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: jobber
keywords: library, sample, jobber
repo: jobber
layout: docs
permalink: /samples/library/jobber/
hide_from_sitemap: true
redirect_from:
- /samples/jobber/
description: |
Jobber is an alternative to cron, with sophisticated status-reporting and error-handling.
---
Jobber is an alternative to cron, with sophisticated status-reporting and error-handling.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: joomla
keywords: library, sample, joomla
repo: joomla
layout: docs
permalink: /samples/library/joomla/
hide_from_sitemap: true
redirect_from:
- /samples/joomla/
description: |
Joomla! is an open source content management system.
---
Joomla! is an open source content management system.
{% include library-samples.md %}

17
_samples/library/jruby.md Normal file
View File

@ -0,0 +1,17 @@
---
title: jruby
keywords: library, sample, jruby
repo: jruby
layout: docs
permalink: /samples/library/jruby/
hide_from_sitemap: true
redirect_from:
- /samples/jruby/
description: |
JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM.
---
JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM.
{% include library-samples.md %}

17
_samples/library/julia.md Normal file
View File

@ -0,0 +1,17 @@
---
title: julia
keywords: library, sample, julia
repo: julia
layout: docs
permalink: /samples/library/julia/
hide_from_sitemap: true
redirect_from:
- /samples/julia/
description: |
Julia is a high-level, high-performance dynamic programming language for technical computing.
---
Julia is a high-level, high-performance dynamic programming language for technical computing.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: kaazing-gateway
keywords: library, sample, kaazing-gateway
repo: kaazing-gateway
layout: docs
permalink: /samples/library/kaazing-gateway/
hide_from_sitemap: true
redirect_from:
- /samples/kaazing-gateway/
description: |
Official build of Kaazing Gateway.
---
Official build of Kaazing Gateway.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: kapacitor
keywords: library, sample, kapacitor
repo: kapacitor
layout: docs
permalink: /samples/library/kapacitor/
hide_from_sitemap: true
redirect_from:
- /samples/kapacitor/
description: |
Kapacitor is an open source framework for processing, monitoring, and alerting on time series data.
---
Kapacitor is an open source framework for processing, monitoring, and alerting on time series data.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: kibana
keywords: library, sample, kibana
repo: kibana
layout: docs
permalink: /samples/library/kibana/
hide_from_sitemap: true
redirect_from:
- /samples/kibana/
description: |
Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch.
---
Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch.
{% include library-samples.md %}

17
_samples/library/known.md Normal file
View File

@ -0,0 +1,17 @@
---
title: known
keywords: library, sample, known
repo: known
layout: docs
permalink: /samples/library/known/
hide_from_sitemap: true
redirect_from:
- /samples/known/
description: |
Blogging, meet social. Known is a social publishing platform.
---
Blogging, meet social. Known is a social publishing platform.
{% include library-samples.md %}

17
_samples/library/kong.md Normal file
View File

@ -0,0 +1,17 @@
---
title: kong
keywords: library, sample, kong
repo: kong
layout: docs
permalink: /samples/library/kong/
hide_from_sitemap: true
redirect_from:
- /samples/kong/
description: |
The Cloud-Native API Gateway & Service Mesh for APIs and Microservices
---
The Cloud-Native API Gateway & Service Mesh for APIs and Microservices
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: lightstreamer
keywords: library, sample, lightstreamer
repo: lightstreamer
layout: docs
permalink: /samples/library/lightstreamer/
hide_from_sitemap: true
redirect_from:
- /samples/lightstreamer/
description: |
Lightstreamer is a real-time messaging server optimized for the Internet.
---
Lightstreamer is a real-time messaging server optimized for the Internet.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: logstash
keywords: library, sample, logstash
repo: logstash
layout: docs
permalink: /samples/library/logstash/
hide_from_sitemap: true
redirect_from:
- /samples/logstash/
description: |
Logstash is a tool for managing events and logs.
---
Logstash is a tool for managing events and logs.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: mageia
keywords: library, sample, mageia
repo: mageia
layout: docs
permalink: /samples/library/mageia/
hide_from_sitemap: true
redirect_from:
- /samples/mageia/
description: |
Official Mageia base image
---
Official Mageia base image
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: mariadb
keywords: library, sample, mariadb
repo: mariadb
layout: docs
permalink: /samples/library/mariadb/
hide_from_sitemap: true
redirect_from:
- /samples/mariadb/
description: |
MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL.
---
MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: matomo
keywords: library, sample, matomo
repo: matomo
layout: docs
permalink: /samples/library/matomo/
hide_from_sitemap: true
redirect_from:
- /samples/matomo/
description: |
Matomo is the leading open-source analytics platform that gives you more than powerful analytics.
---
Matomo is the leading open-source analytics platform that gives you more than powerful analytics.
{% include library-samples.md %}

17
_samples/library/maven.md Normal file
View File

@ -0,0 +1,17 @@
---
title: maven
keywords: library, sample, maven
repo: maven
layout: docs
permalink: /samples/library/maven/
hide_from_sitemap: true
redirect_from:
- /samples/maven/
description: |
Apache Maven is a software project management and comprehension tool.
---
Apache Maven is a software project management and comprehension tool.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: mediawiki
keywords: library, sample, mediawiki
repo: mediawiki
layout: docs
permalink: /samples/library/mediawiki/
hide_from_sitemap: true
redirect_from:
- /samples/mediawiki/
description: |
MediaWiki is a free software open source wiki package written in PHP.
---
MediaWiki is a free software open source wiki package written in PHP.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: memcached
keywords: library, sample, memcached
repo: memcached
layout: docs
permalink: /samples/library/memcached/
hide_from_sitemap: true
redirect_from:
- /samples/memcached/
description: |
Free & open source, high-performance, distributed memory object caching system.
---
Free & open source, high-performance, distributed memory object caching system.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: mongo-express
keywords: library, sample, mongo-express
repo: mongo-express
layout: docs
permalink: /samples/library/mongo-express/
hide_from_sitemap: true
redirect_from:
- /samples/mongo-express/
description: |
Web-based MongoDB admin interface, written with Node.js and express
---
Web-based MongoDB admin interface, written with Node.js and express
{% include library-samples.md %}

17
_samples/library/mongo.md Normal file
View File

@ -0,0 +1,17 @@
---
title: mongo
keywords: library, sample, mongo
repo: mongo
layout: docs
permalink: /samples/library/mongo/
hide_from_sitemap: true
redirect_from:
- /samples/mongo/
description: |
MongoDB document databases provide high availability and easy scalability.
---
MongoDB document databases provide high availability and easy scalability.
{% include library-samples.md %}

17
_samples/library/mono.md Normal file
View File

@ -0,0 +1,17 @@
---
title: mono
keywords: library, sample, mono
repo: mono
layout: docs
permalink: /samples/library/mono/
hide_from_sitemap: true
redirect_from:
- /samples/mono/
description: |
Mono is an open source implementation of Microsoft's .NET Framework
---
Mono is an open source implementation of Microsoft's .NET Framework
{% include library-samples.md %}

17
_samples/library/mysql.md Normal file
View File

@ -0,0 +1,17 @@
---
title: mysql
keywords: library, sample, mysql
repo: mysql
layout: docs
permalink: /samples/library/mysql/
hide_from_sitemap: true
redirect_from:
- /samples/mysql/
description: |
MySQL is a widely used, open-source relational database management system (RDBMS).
---
MySQL is a widely used, open-source relational database management system (RDBMS).
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: nats-streaming
keywords: library, sample, nats-streaming
repo: nats-streaming
layout: docs
permalink: /samples/library/nats-streaming/
hide_from_sitemap: true
redirect_from:
- /samples/nats-streaming/
description: |
NATS Streaming is an open-source, high-performance, cloud native messaging streaming system.
---
NATS Streaming is an open-source, high-performance, cloud native messaging streaming system.
{% include library-samples.md %}

17
_samples/library/nats.md Normal file
View File

@ -0,0 +1,17 @@
---
title: nats
keywords: library, sample, nats
repo: nats
layout: docs
permalink: /samples/library/nats/
hide_from_sitemap: true
redirect_from:
- /samples/nats/
description: |
NATS is an open-source, high-performance, cloud native messaging system.
---
NATS is an open-source, high-performance, cloud native messaging system.
{% include library-samples.md %}

17
_samples/library/neo4j.md Normal file
View File

@ -0,0 +1,17 @@
---
title: neo4j
keywords: library, sample, neo4j
repo: neo4j
layout: docs
permalink: /samples/library/neo4j/
hide_from_sitemap: true
redirect_from:
- /samples/neo4j/
description: |
Neo4j is a highly scalable, robust native graph database.
---
Neo4j is a highly scalable, robust native graph database.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: neurodebian
keywords: library, sample, neurodebian
repo: neurodebian
layout: docs
permalink: /samples/library/neurodebian/
hide_from_sitemap: true
redirect_from:
- /samples/neurodebian/
description: |
NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives.
---
NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: nextcloud
keywords: library, sample, nextcloud
repo: nextcloud
layout: docs
permalink: /samples/library/nextcloud/
hide_from_sitemap: true
redirect_from:
- /samples/nextcloud/
description: |
A safe home for all your data
---
A safe home for all your data
{% include library-samples.md %}

17
_samples/library/nginx.md Normal file
View File

@ -0,0 +1,17 @@
---
title: nginx
keywords: library, sample, nginx
repo: nginx
layout: docs
permalink: /samples/library/nginx/
hide_from_sitemap: true
redirect_from:
- /samples/nginx/
description: |
Official build of Nginx.
---
Official build of Nginx.
{% include library-samples.md %}

17
_samples/library/node.md Normal file
View File

@ -0,0 +1,17 @@
---
title: node
keywords: library, sample, node
repo: node
layout: docs
permalink: /samples/library/node/
hide_from_sitemap: true
redirect_from:
- /samples/node/
description: |
Node.js is a JavaScript-based platform for server-side and networking applications.
---
Node.js is a JavaScript-based platform for server-side and networking applications.
{% include library-samples.md %}

View File

@ -0,0 +1,17 @@
---
title: notary
keywords: library, sample, notary
repo: notary
layout: docs
permalink: /samples/library/notary/
hide_from_sitemap: true
redirect_from:
- /samples/notary/
description: |
Notary server and signer cooperatively handle signing and distribution of notary repositories.
---
Notary server and signer cooperatively handle signing and distribution of notary repositories.
{% include library-samples.md %}

Some files were not shown because too many files have changed in this diff Show More