mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
swarm
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
362ab0733f
commit
b1cd40c316
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -12,6 +12,12 @@ body:
|
|||||||
Include both the current behavior (what you are seeing) as well as what you expected to happen.
|
Include both the current behavior (what you are seeing) as well as what you expected to happen.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
[Docker Swarm](https://www.mirantis.com/software/swarm/) uses a distinct compose file parser and
|
||||||
|
as such doesn't support some of the recent features of Docker Compose. Please contact Mirantis
|
||||||
|
if you need assistance with compose file support in Docker Swarm.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps To Reproduce
|
label: Steps To Reproduce
|
||||||
|
@ -23,6 +23,12 @@ your application are configured.
|
|||||||
Once you have a Compose file, you can create and start your application with a
|
Once you have a Compose file, you can create and start your application with a
|
||||||
single command: `docker compose up`.
|
single command: `docker compose up`.
|
||||||
|
|
||||||
|
> **Note**: About Docker Swarm
|
||||||
|
> Docker Swarm used to rely on the legacy compose file format but did not adopted the compose specification
|
||||||
|
> so is missing some of the recent enhancements in the compose syntax. After
|
||||||
|
> [acquisition by Mirantis](https://www.mirantis.com/software/swarm/) swarm isn't maintained by Docker Inc, and
|
||||||
|
> as such some Docker Compose features aren't accessible to swarm users.
|
||||||
|
|
||||||
# Where to get Docker Compose
|
# Where to get Docker Compose
|
||||||
|
|
||||||
### Windows and macOS
|
### Windows and macOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user