mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-18 16:10:12 +01:00
commit
e989a9f0aa
1 changed files with 3 additions and 5 deletions
|
|
@ -324,13 +324,11 @@ docker port CONTAINER $CONTAINERPORT
|
||||||
## Machines, Swarm and Compose
|
## Machines, Swarm and Compose
|
||||||
In early 2015 Docker developed and open sourced a number of components that use the Docker API to provide some higher level services.
|
In early 2015 Docker developed and open sourced a number of components that use the Docker API to provide some higher level services.
|
||||||
|
|
||||||
* [Machine](https://docs.docker.com/machine/), is a tool for easily creatinf a docker host either locally or on cloud provider (i.e. AWS, Digital Ocean etc).
|
* [Machine](https://docs.docker.com/machine/), is a tool for easily creating a docker host either locally or on cloud provider (i.e. AWS, Digital Ocean etc).
|
||||||
* [Swarm](https://docs.docker.com/swarm/), is clustering for docker. It provides a way to group a number of docker hosts into a single virtual entity and provides
|
* [Swarm](https://docs.docker.com/swarm/), is clustering for docker. It provides a way to group a number of docker hosts into a single virtual entity and provides mechanisms to schedule containers across these hosts.
|
||||||
mechanisms to schedule containers across these hosts.
|
|
||||||
* [Compose](https://docs.docker.com/compose/), provides a tool for describing a multi-container application within a single file. Compose primarily Fig renamed.
|
* [Compose](https://docs.docker.com/compose/), provides a tool for describing a multi-container application within a single file. Compose primarily Fig renamed.
|
||||||
|
|
||||||
The [Demo of the Machine + Swarm + Compose integration](https://www.youtube.com/watch?v=M4PFY6RZQHQ) video provides a good introduction to the
|
The [Demo of the Machine + Swarm + Compose integration](https://www.youtube.com/watch?v=M4PFY6RZQHQ) video provides a good introduction to the various components and how they work together.
|
||||||
various components and how they work together.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue