diff --git a/_data/toc.yaml b/_data/toc.yaml index 82c74a4d4b..875aa1d1eb 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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 diff --git a/samples/index.md b/samples/index.md index 37f9044ad7..d0ed48fb42 100644 --- a/samples/index.md +++ b/samples/index.md @@ -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 %}