docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for Docker Official Images in docker-library

Results 107 docs issues
Sort by recently updated
recently updated
newest added

OpenSearch is a community-driven, Apache 2.0-licensed open source search and analytics suite that makes it easy to ingest, search, visualize, and analyze data. Developers build with OpenSearch for use cases...

This adds the Envrioment Variable TS3SERVER_SERVERADMIN_PASSWORD to the readme and describes what it does. It also updates the description for the TS3SERVER_QUERY_PROTOCOLS Envrioment Variable

Macro's `INFLUXD_TLS_CERT` and `INFLUXD_TLS_KEY` are missing in [README.md](https://github.com/docker-library/docs/blob/master/influxdb/README.md) to enable SSL. `docker-compose.yml` example: ```yaml version: '3' services: influxdb: image: influxdb:2.4.0 container_name: influxdb restart: always ports: - 8086:8086 environment: - DOCKER_INFLUXDB_INIT_MODE=setup...

Associated official-images PR: https://github.com/docker-library/official-images/pull/13099

This is a preliminary PR to support https://github.com/docker-library/official-images/pull/11542. Once the mentioned PR is settled, I'll update this one with correct links and tags.

ME_CONFIG_BASICAUTH=false is no longer the default value following https://github.com/mongo-express/mongo-express-docker/commit/ec6ee123c1ecd59a7662680bec407e0913a0321e#diff-8d7a21b017921bb88eaf71656b7b5767203db16e8126fc1e5ad2a9ba0bc542f5R29 If we don't set it to `false`, mongo express will prompt for a basic auth username and password. But such credentials...

Neither the docker-library README nor the bashbrew README are clear in explaining how to install `bashbrew` (required for rebuilding image docs).

Update the mongo-express docs. Reference: https://github.com/mongo-express/mongo-express-docker/blob/master/README.md Related issue: https://github.com/mongo-express/mongo-express-docker/issues/106

Hello, dear official library team. Here's our attempt to create an official image `clickhouse` in the scope of https://github.com/docker-library/official-images/issues/14136 and https://github.com/ClickHouse/ClickHouse/issues/31473 Both the docs and official images PRs are created...