Commit Graph

15 Commits

Author SHA1 Message Date
Sebastiaan van Stijn d4ead1b120
Remove "bundle" subcommand and support for DAB files
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>
2020-01-22 15:34:58 +01:00
Maria Bermudez 2613fca1d8
Update deploy.md
Page edits and verbose command example
2019-02-28 11:01:53 -08:00
Jakob Karstens 6f9a504ef0 correct docker stack deploy option 2019-02-26 21:06:18 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Lachlan Cooper 1fa2c0387a Correct parameter names for --publish long syntax (#5457) 2017-12-12 12:59:30 -08:00
Bhavin Gandhi 3123389ccb Add alt text to images which are missing it (#5047)
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Misty Stanley-Jones 956fe5924d
Update docs for new publish syntax (#5323) 2017-11-17 12:08:29 -08:00
Deep Debroy 8f87edefb3 Windows worker connection steps for Azure (#5279) 2017-11-10 13:40:20 -08:00
Misty Stanley-Jones 032042651b Add info about stacks for AWS and Azure docs (#4620) 2017-09-13 14:53:52 -07:00
Wang Jie 67c193baa8 Update deploy.md (#4060) 2017-08-01 12:21:49 -07:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Lorenzo Pizzari 4cdbda9d10 Added -f and -i
from @nathanleclaire suggestion, added the `-f` option and removed `&`
Added `-i <path-to-ssh-key>` just to be coherent with previous ssh command
2017-03-09 00:20:38 +01:00
Lorenzo Pizzari 6d6ba4725a Missing ssh tunnel option
I've tried to connect with ssh tunnel and i found that the port option is missing.
Added option to doc.
2017-03-08 23:41:39 +01:00
French Ben 2da8713bc3 Updated docs to remove beta and stable link (#1160)
* Updated docs to remove beta and stable link
2017-01-19 11:27:37 -08:00
French Ben 132f33de6f Added latest docs from Editions AWS & Azure (#887)
* Added Docker for AWS and Azure and moved navigation

Signed-off-by: French Ben <frenchben@docker.com>

* Fixed image links

Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:52:33 -08:00