cli/docs/reference/commandline
Sebastiaan van Stijn 99ad13e374
Remove experimental "deploy" from "dab" files
The top-level `docker deploy` command (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.

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), is removed in this patch, in favour of `docker stack deploy`
using compose files.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-09 10:34:14 +01:00
..
attach.md Note caveat with detaching using key sequence 2019-02-08 13:13:05 -08:00
build.md Fix typos 2019-02-07 13:23:13 +01:00
cli.md Minor formatting changes and a typo fix. 2019-10-07 15:29:19 -07:00
commit.md
container.md
container_prune.md
context_create.md add --from option to context create 2019-04-02 13:41:47 +01:00
context_export.md Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
context_import.md Context Switch: documentation alignment 2019-01-21 09:24:12 +01:00
context_inspect.md Context Switch: documentation alignment 2019-01-21 09:24:12 +01:00
context_ls.md Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
context_rm.md Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
context_update.md add --from option to context create 2019-04-02 13:41:47 +01:00
context_use.md Context Switch: documentation alignment 2019-01-21 09:24:12 +01:00
cp.md
create.md cli: add a separate --domainname flag 2018-12-08 00:03:56 +11:00
diff.md
dockerd.md daemon: document --max-download-attempts option 2019-10-15 12:06:58 +02:00
events.md docs: add info for events backlog and scope 2019-07-11 14:18:39 +02:00
exec.md
export.md Developer Certificate of Origin 2018-05-16 20:16:08 +08:00
history.md
image.md
image_prune.md
images.md fix: add more details about multiple images filter 2018-12-05 12:04:06 +08:00
import.md LCOW: --platform on import (already in API) 2018-09-13 15:04:04 -07:00
index.md Context Switch: documentation alignment 2019-01-21 09:24:12 +01:00
info.md Rework `docker info` output to be more like `docker version` 2019-01-25 14:46:26 +00:00
inspect.md
kill.md Update docker kill reference docs 2018-02-20 14:58:55 +01:00
load.md
login.md Fix login documentation layout 2018-10-04 11:14:17 +02:00
logout.md Fix login documentation layout 2018-10-04 11:14:17 +02:00
logs.md
manifest.md Fix some typos in manifest.md 2019-01-20 01:20:34 +08:00
network.md
network_connect.md
network_create.md Fix typo 2019-10-15 10:33:54 +01:00
network_disconnect.md
network_inspect.md
network_ls.md
network_prune.md
network_rm.md
node.md
node_demote.md
node_inspect.md
node_ls.md
node_promote.md docs: clarify that node promote/demote must be executed from a manager 2018-12-21 10:09:52 -07:00
node_ps.md docs: add missing ID placeholder for docker node ps 2019-01-03 19:46:06 +01:00
node_rm.md
node_update.md Fix GitHub spelling 2017-10-05 01:14:31 +08:00
pause.md Fix phrasing when referring to the freezer cgroup 2019-08-18 13:55:20 +02:00
plugin.md
plugin_create.md
plugin_disable.md Fix GitHub spelling 2017-10-05 01:14:31 +08:00
plugin_enable.md
plugin_inspect.md
plugin_install.md Fix GitHub spelling 2017-10-05 01:14:31 +08:00
plugin_ls.md
plugin_push.md Fix GitHub spelling 2017-10-05 01:14:31 +08:00
plugin_rm.md
plugin_set.md Fix GitHub spelling 2017-10-05 01:14:31 +08:00
plugin_upgrade.md
port.md
ps.md Explain -s flag on docker ps 2019-08-06 16:27:05 +02:00
pull.md Add option to pull images quietly 2018-12-19 13:48:41 +01:00
push.md Add support for docker push --quiet 2019-11-12 09:48:04 -08:00
rename.md
restart.md
rm.md
rmi.md Improve `docker image rm` reference docs 2019-01-21 16:15:45 +01:00
run.md adding nvidia gpu access info 2019-07-09 09:14:10 -07:00
save.md give `docker save` a gzip usage guide (#1678) 2019-03-21 14:49:21 -07:00
search.md Updating deprecated command example in search.md 2019-08-29 14:41:05 -03:00
secret.md
secret_create.md
secret_inspect.md
secret_ls.md
secret_rm.md
service.md
service_create.md Update service_create.md 2019-08-19 18:08:17 -04:00
service_inspect.md
service_logs.md
service_ls.md
service_ps.md
service_rm.md
service_rollback.md
service_scale.md
service_update.md Add systctl support for services 2019-03-19 13:33:32 +01:00
stack.md
stack_deploy.md Remove experimental "deploy" from "dab" files 2019-12-09 10:34:14 +01:00
stack_ls.md
stack_ps.md
stack_rm.md
stack_services.md Update command usage and documentation 2018-06-21 23:16:27 -07:00
start.md
stats.md Fix small typo 2019-01-30 11:00:38 -05:00
stop.md
swarm.md
swarm_ca.md
swarm_init.md Data Path Port configuration support 2018-11-28 10:55:42 -05:00
swarm_join.md
swarm_join_token.md
swarm_leave.md
swarm_unlock.md
swarm_unlock_key.md
swarm_update.md
system.md
system_df.md
system_events.md
system_prune.md
tag.md
top.md
trust_inspect.md
trust_key_generate.md
trust_key_load.md
trust_revoke.md
trust_sign.md
trust_signer_add.md
trust_signer_remove.md
unpause.md Fix phrasing when referring to the freezer cgroup 2019-08-18 13:55:20 +02:00
update.md Add `--pids-limit` flag to `docker update` 2019-03-21 01:20:32 +01:00
version.md
volume.md
volume_create.md
volume_inspect.md
volume_ls.md
volume_prune.md
volume_rm.md
wait.md