mirror of https://github.com/docker/compose.git
Remove note about .dsb
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
87b6b3c139
commit
6f3e4bbc6c
|
@ -119,8 +119,7 @@ Run 'docker stack COMMAND --help' for more information on a command.
|
||||||
## Bundle file format
|
## Bundle file format
|
||||||
|
|
||||||
Distributed application bundles are described in a JSON format. When bundles
|
Distributed application bundles are described in a JSON format. When bundles
|
||||||
are persisted as files, the file extension is `.dab` (Docker 1.12RC2 tools use
|
are persisted as files, the file extension is `.dab`.
|
||||||
`.dsb` for the file extension—this will be updated in the next release client).
|
|
||||||
|
|
||||||
A bundle has two top-level fields: `version` and `services`. The version used
|
A bundle has two top-level fields: `version` and `services`. The version used
|
||||||
by Docker 1.12 tools is `0.1`.
|
by Docker 1.12 tools is `0.1`.
|
||||||
|
|
Loading…
Reference in New Issue