docs
docs copied to clipboard
Documentation for Docker Official Images in docker-library
PostgreSQL: Document how a dependent service/container should detect when the database has started
[The `postgres` images](https://hub.docker.com/_/postgres) provide an RDBMS which is usually a dependency of other services. [The Compose `depends_on` attribute](https://docs.docker.com/compose/compose-file/05-services/#depends_on) allows to express that, but its `conditions` attribute defaults to `service_started`, which...
Plugins are an integral part of Redmine. A number of issues have been reported about plugins that require native extensions: https://github.com/docker-library/redmine/issues?q=is%3Aissue+native+extensions If a plugin is installed into a container of...
Currently the Eclipse Temurin logo renders well in light mode but not in dark mode. It would be great to have the option to add a second logo for dark...
Nginx should not use the `nginx` default image in the readme examples because many users may not realize `nginx`/`nginx:latest` can be unstable. I propose `nginx:stable` be used in examples and...
Documentation PR that matches the [official images PR](https://github.com/docker-library/official-images/pull/20366) for making the MistServer image an official Docker image.
Replace single quotes with double quotes so that the variable is replaced
We'd like to update the Neo4j documentation a little. This is a small reworking of @osmanis PR https://github.com/docker-library/docs/pull/2631 Thank you!
## Issue The Caddy image needs the `NET_BIND_SERVICE` capability. There is no explanation on why and how to avoid it. Especially in Kubernetes it is common to drop all capabilities...
If an image's description is a code block at the limit cut-off point, then the length limit message is rendered in the code block. For example, this currently occurs with...