remove deprecated »ClusterHQ/powerstrip«

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
This commit is contained in:
Andreas Gebhardt 2018-03-29 10:19:20 +02:00
parent a79c89a16c
commit 5537d5f9b0

View File

@ -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)