Skip to content

Commit f99d2bc

Browse files
committed
Replace "fig" with "docker-compose" in both postgres and swarm
1 parent c0a6dad commit f99d2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Since database initialization only happens on container startup, this allows us
9797

9898
# Caveats
9999

100-
If there is no database when `postgres` starts in a container, then `postgres` will create the default database for you. While this is the expected behavior of `postgres`, this means that it will not accept incoming connections during that time. This may cause issues when using automation tools, such as `fig`, that start several containers simultaneously.
100+
If there is no database when `postgres` starts in a container, then `postgres` will create the default database for you. While this is the expected behavior of `postgres`, this means that it will not accept incoming connections during that time. This may cause issues when using automation tools, such as `docker-compose`, that start several containers simultaneously.

swarm/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`swarm` is a simple tool which controls a cluster of Docker hosts and exposes it as a single "virtual" host.
66

7-
`swarm` uses the standard Docker API as its frontend, which means any tool which speaks Docker can control swarm transparently: dokku, fig, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins... and of course the Docker client itself.
7+
`swarm` uses the standard Docker API as its frontend, which means any tool which speaks Docker can control swarm transparently: dokku, docker-compose, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins... and of course the Docker client itself.
88

99
Like the other Docker projects, `swarm` follows the "batteries included but removable" principle. It ships with a simple scheduling backend out of the box, and as initial development settles, an API will develop to enable pluggable backends. The goal is to provide a smooth out-of-box experience for simple use cases, and allow swapping in more powerful backends, like `Mesos`, for large scale production deployments.
1010

0 commit comments

Comments
 (0)