From 5537d5f9b04c0ac7c7b31ac89a835a2efefa1dbb Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 29 Mar 2018 10:19:20 +0200 Subject: [PATCH 1/2] =?UTF-8?q?remove=20deprecated=20=C2=BBClusterHQ/power?= =?UTF-8?q?strip=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) From 0b22cc3cfa40755fe82b4a4f0f2c18a0a1f0a32c Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 29 Mar 2018 10:22:56 +0200 Subject: [PATCH 2/2] =?UTF-8?q?remove=20archived=20project=20=C2=BBvessel?= =?UTF-8?q?=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repository [1] has been archived by the owner. It is now read-only. [1] https://github.com/awvessel/vessel Closes #544. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ed9d72..a2dbb64 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,6 @@ Services to securely store your Docker images. - [EnvCLI](https://github.com/PhilippHeuer/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By [@PhilippHeuer](https://github.com/PhilippHeuer) - [forward2docker](https://github.com/bsideup/forward2docker) :skull: - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) - [Vagga](https://github.com/tailhook/vagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments by [@tailhook](https://github.com/tailhook/) -- [Vessel](https://github.com/awvessel/vessel) :skull: - Automates the setup & use of dockerized development environments by [@awvessel](https://github.com/awvessel) ### Garbage Collection