From 5537d5f9b04c0ac7c7b31ac89a835a2efefa1dbb Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 29 Mar 2018 10:19:20 +0200 Subject: [PATCH] =?UTF-8?q?remove=20deprecated=20=C2=BBClusterHQ/powerstri?= =?UTF-8?q?p=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From [1]: > IMPORTANT: THIS TOOL IS DEPRECATED > > In Docker 1.8 the Docker Engine gained support for volume drivers, > and networking drivers followed in Docker 1.9. This is now the preferred > way to extend Docker's functionality with third-party plugins. > > Powerstrip is now deprecated, and no longer under development by > ClusterHQ, however we will continue to review and merge patches > submitted by the community. > > The goals of Powerstrip have been achieved, and we would like to > thank everyone at Docker and the wider ecosystem who contributed to the > Docker extensions projects. Closes #543. [1] https://github.com/clusterhq/powerstrip --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0c9d9ac..5ed9d72 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,6 @@ 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. -- [powerstrip](https://github.com/clusterhq/powerstrip) :skull: - A tool for prototyping Docker extensions by [@clusterhq](https://github.com/clusterhq) - [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)