Move library links to bottom of samples index

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-09-04 00:26:57 +02:00
parent 5d85af7501
commit 4309637aaa
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 11 additions and 11 deletions

View File

@ -1257,8 +1257,6 @@ reference:
samples:
- path: /samples/#tutorial-labs
title: Tutorial labs
- path: /samples/#library-references
title: Library references
- sectiontitle: Sample applications
section:
- path: /samples/
@ -1281,6 +1279,8 @@ samples:
title: Riak
- path: /engine/examples/running_ssh_service/
title: SSHd
- path: /samples/#library-references
title: Library references
manuals:
- sectiontitle: Docker Enterprise

View File

@ -23,15 +23,6 @@ repository]({{ labsbase }}).
| [Docker Security]({{ labsbase }}/security/README.md){: target="_blank"} | How to take advantage of Docker security features. |
| [Building a 12-factor application with Docker]({{ labsbase}}/12factor){: target="_blank"} | Use Docker to create an app that conforms to Heroku's "12 factors for cloud-native applications." |
## Library references
The following table provides a list of popular official Docker images. For detailed documentation, select the specific image name.
| Image name | Description |
| ---------- | ----------- |
{% for page in site.samples %}| [{{ page.title }}](https://hub.docker.com/_/{{ page.title }}) | {{ page.description | strip }} |
{% endfor %}
## Sample applications
Run popular software using Docker.
@ -47,3 +38,12 @@ Run popular software using Docker.
| [Rails + PostgreSQL](/compose/rails/) | Run a Dockerized Rails + PostgreSQL environment. |
| [Riak](/engine/examples/running_riak_service) | Run a Dockerized Riak instance. |
| [SSHd](/engine/examples/running_ssh_service) | Run a Dockerized SSHd instance. |
## Library references
The following table provides a list of popular official Docker images. For detailed documentation, select the specific image name.
| Image name | Description |
| ---------- | ----------- |
{% for page in site.samples %}| [{{ page.title }}](https://hub.docker.com/_/{{ page.title }}) | {{ page.description | strip }} |
{% endfor %}