From e47414ca69ca8110638e980402dd2b022896ba6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Mej=C3=ADas=20Rodr=C3=ADguez?= Date: Sun, 25 Nov 2018 00:32:47 -0500 Subject: [PATCH] Add Bash utils for Portainer stacks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7624b35..627074d 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,7 @@ Services to securely store your Docker images. - [go-dockerclient](https://github.com/fsouza/go-dockerclient/) - Go HTTP client for the Docker remote API by [@fsouza](https://github.com/fsouza/) - [Gradle Docker plugin](https://github.com/gesellix/gradle-docker-plugin) - A Docker remote api plugin for Gradle by [@gesellix][gesellix] - [libcompose](https://github.com/docker/libcompose) - Go library for Docker Compose. +- [Portainer stack utils](https://github.com/greenled/portainer-stack-utils) :construction: - Bash script to deploy/update/undeploy stacks in a Portainer instance from a docker-compose yaml file by [@greenled](https://github.com/greenled) - [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) - [sbt-docker](https://github.com/marcuslonnberg/sbt-docker) - Create Docker images directly from sbt by [@marcuslonnberg](https://github.com/marcuslonnberg)