-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/docspriority/P1Important: P1 issues are a top priority and a must-have for the next release.Important: P1 issues are a top priority and a must-have for the next release.
Milestone
Description
#27998 seems to have been merged with without any documentation.
There should be.
Short version how to use these features to get the ball rolling:
- Make a new
docker-compose.ymlor port an existing one, withversion: '3'explicitly specified. Seems the "schema" (layout ofservices,networks, etc. keys) did not change much in this new version but some parameters for services are unsupported. I'm guessingbuild:is likely not supported as well? - Run
docker deploy --compose-file docker-compose.yml stackname. docker stackcan be used to view the generated services for the "stack" defined by the Docker Compose file. e.g.,docker stack lsto view created stacks,docker stack services stacknameto view the services associated with that stack, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/docspriority/P1Important: P1 issues are a top priority and a must-have for the next release.Important: P1 issues are a top priority and a must-have for the next release.