mirror of https://github.com/docker/docs.git
Open links to library images in a new Window/tab
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4309637aaa
commit
1c00eda164
|
@ -45,5 +45,5 @@ The following table provides a list of popular official Docker images. For detai
|
|||
|
||||
| Image name | Description |
|
||||
| ---------- | ----------- |
|
||||
{% for page in site.samples %}| [{{ page.title }}](https://hub.docker.com/_/{{ page.title }}) | {{ page.description | strip }} |
|
||||
{% for page in site.samples %}| [{{ page.title }}](https://hub.docker.com/_/{{ page.title }}){: target="_blank"} | {{ page.description | strip }} |
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue