mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Deploying stacks using the "Docker Application Bundle" (`.dab`) file format was introduced as an experimental feature in Docker 1.13 / 17.03, but superseded by support for Docker Compose files in the CLI. With no development being done on this feature, and no active use of the file format, support for the DAB file format and the top-level `docker deploy` command (hidden by default in 19.03), will be removed from the CLI, in favour of `docker stack deploy` using compose files. This patch removes documentation for the `docker-compose bundle` subcommand, which was used to convert compose files into DAB files (and given the above, will no longer be needed). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
888 B
888 B
description, keywords, title, notoc, redirect_from
| description | keywords | title | notoc | redirect_from | |
|---|---|---|---|---|---|
| Config validates and view the compose file. | fig, composition, compose, docker, orchestration, cli, config | docker-compose config | true |
|
Usage: config [options]
Options:
--resolve-image-digests Pin image tags to digests.
--no-interpolate Don't interpolate environment variables.
-q, --quiet Only validate the configuration, don't print anything.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.
--hash="*" Print the service config hash, one per line.
Set "service1,service2" for a list of specified services
or use the wildcard symbol to display all services.
Validate and view the Compose file.