Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ These tools manage placement of new containers across abstracted underlying reso
These tools allow you to define and manage a cluster of dependent containers as a single composable entity

* **Docker open source**
* [Docker Compose](https://github.com/docker/docker/issues/9694): text files used to define and configure a distributed application across a cluster of Docker containers
* [Docker Compose](https://github.com/docker/compose): text files used to define and configure a distributed application across a cluster of Docker containers

* **CoreOS open source**
* [fleet unit file](https://github.com/coreos/fleet/blob/master/Documentation/unit-files-and-scheduling.md): fleet uses a specialized version of systemd unit files to define a distributed application across containers
Expand Down