aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Rinehart2015-06-18 21:11:55 -0500
committerSpencer Rinehart2015-06-18 21:11:55 -0500
commit5a71d8307eb90f2db64310e883b64f9556058b6d (patch)
treee0cecf1f14fc0a68778d844190d760e2b93a94a8
parent3eae94556a7f888405b962e05653dab8ca46cc8f (diff)
downloadaur-5a71d8307eb90f2db64310e883b64f9556058b6d.tar.gz
Update from fig to docker-compose.
-rw-r--r--README.md6
-rw-r--r--docker-compose.yml (renamed from fig.yml)0
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 784cbb4691d7..64b5978d7531 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ docker build --tag php-imagick-aur .
docker run --rm --volume "$(pwd):/package" php-imagick-aur
```
-Alternatively, using [Fig]:
+Alternatively, using [Docker Compose]:
```bash
-fig run build
+docker-compose run build
```
This will start create a docker image tagged as php-imagick-aur and build the
@@ -24,4 +24,4 @@ your current directory.
[imagick]: http://pecl.php.net/package/imagick
[makepkg]: https://wiki.archlinux.org/index.php/Makepkg
[Docker]: https://www.docker.com/
-[Fig]: http://www.fig.sh/
+[Docker Compose]: http://docs.docker.com/compose/
diff --git a/fig.yml b/docker-compose.yml
index b11c60fa7962..b11c60fa7962 100644
--- a/fig.yml
+++ b/docker-compose.yml