From 2305767d4d4c9993c17091264bcf96276a9b39c9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 14 Apr 2021 14:32:54 +0200 Subject: [PATCH] samples/index.md: remove table for official images This table now only provided a list of names with links to each official image that we previously included in our docs. This list may be outdated, and without a description present, did not add value over the list that can be found on Docker Hub. Signed-off-by: Sebastiaan van Stijn --- samples/index.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/samples/index.md b/samples/index.md index 15d43f3ad4..b4fbee9a8b 100644 --- a/samples/index.md +++ b/samples/index.md @@ -45,11 +45,7 @@ Run popular software using Docker. | [SSHd](running_ssh_service.md) | Run a Dockerized SSHd instance. | | [WordPress](wordpress.md) | Quickstart: Compose and WordPress. | -## Library references +## Samples and documentation for official Docker images {#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 }}){: target="_blank"} | {{ page.description | strip }} | -{% endfor %} +For samples and detailed information about [official Docker images](../docker-hub/official_images.md), +refer to the documentation [for each image on Docker Hub](https://hub.docker.com/search?q=&type=image&image_filter=official){: target="_blank"}.