File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ your application are configured.
2323Once you have a Compose file, you can create and start your application with a
2424single 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
You can’t perform that action at this time.
0 commit comments