Skip to content

Commit 7af0dfe

Browse files
committed
remove deprecated graphdriver-plugins (experimental)
The experimental graphdriver plugins were deprecated in docker 27.0, and removed in docker 28.0. https://docs.docker.com/engine/deprecated/#graphdriver-plugins-experimental This removes the helpers for these kind of plugins, and updates the README accordingly. Also updated a link to the documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 463531f commit 7af0dfe

6 files changed

Lines changed: 7 additions & 1045 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
A collection of helper packages to extend Docker Engine in Go
44

5-
Plugin type | Documentation | Description
6-
--------------|---------------|--------------------------------------------------
7-
Authorization | [Link](https://docs.docker.com/engine/extend/authorization/) | Extend API authorization mechanism
8-
Network | [Link](https://docs.docker.com/engine/extend/plugins_network/) | Extend network management
9-
Volume | [Link](https://docs.docker.com/engine/extend/plugins_volume/) | Extend persistent storage
10-
IPAM | [Link](https://github.com/docker/libnetwork/blob/master/docs/ipam.md) | Extend IP address management
11-
Graph (experimental) | [Link](https://github.com/docker/cli/blob/master/docs/extend/plugins_graphdriver.md)| Extend image and container fs storage
5+
| Plugin type | Documentation | Description |
6+
|---------------|-----------------------------------------------------------------------|------------------------------------|
7+
| Authorization | [Link](https://docs.docker.com/engine/extend/authorization/) | Extend API authorization mechanism |
8+
| Network | [Link](https://docs.docker.com/engine/extend/plugins_network/) | Extend network management |
9+
| Volume | [Link](https://docs.docker.com/engine/extend/plugins_volume/) | Extend persistent storage |
10+
| IPAM | [Link](https://github.com/docker/libnetwork/blob/master/docs/ipam.md) | Extend IP address management |
1211

13-
See the [understand Docker plugins documentation section](https://docs.docker.com/engine/extend/plugins/).
12+
See the [understand Docker plugins documentation section](https://docs.docker.com/engine/extend/).

graphdriver/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)