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>
966 B
966 B
description, keywords, title, notoc
| description | keywords | title | notoc |
|---|---|---|---|
| Compose CLI reference | fig, composition, compose, docker, orchestration, cli, reference | Compose command-line reference | true |
The following pages describe the usage information for the docker-compose subcommands. You can also see this information by running docker-compose [SUBCOMMAND] --help from the command line.
- docker-compose
- build
- config
- create
- down
- events
- exec
- help
- images
- kill
- logs
- pause
- port
- ps
- pull
- push
- restart
- rm
- run
- scale
- start
- stop
- top
- unpause
- up