Skip to content

Commit b1cd40c

Browse files
committed
swarm
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 362ab07 commit b1cd40c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ body:
1212
Include both the current behavior (what you are seeing) as well as what you expected to happen.
1313
validations:
1414
required: true
15+
- type: markdown
16+
attributes:
17+
value: |
18+
[Docker Swarm](https://www.mirantis.com/software/swarm/) uses a distinct compose file parser and
19+
as such doesn't support some of the recent features of Docker Compose. Please contact Mirantis
20+
if you need assistance with compose file support in Docker Swarm.
1521
- type: textarea
1622
attributes:
1723
label: Steps To Reproduce

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ your application are configured.
2323
Once you have a Compose file, you can create and start your application with a
2424
single command: `docker compose up`.
2525

26+
> **Note**: About Docker Swarm
27+
> Docker Swarm used to rely on the legacy compose file format but did not adopted the compose specification
28+
> so is missing some of the recent enhancements in the compose syntax. After
29+
> [acquisition by Mirantis](https://www.mirantis.com/software/swarm/) swarm isn't maintained by Docker Inc, and
30+
> as such some Docker Compose features aren't accessible to swarm users.
31+
2632
# Where to get Docker Compose
2733

2834
### Windows and macOS

0 commit comments

Comments
 (0)