mirror of https://github.com/docker/docs.git
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 <github@gone.nl>
This commit is contained in:
parent
75624cd160
commit
2305767d4d
|
@ -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"}.
|
||||
|
|
Loading…
Reference in New Issue