mirror of https://github.com/docker/cli.git
99fb2c1baa
- The `/build/prune` endpoint was added in API v1.31 - The `/network` endpoints were added in API v1.21 This patch hides these commands on older API versions Before this change: ``` DOCKER_API_VERSION=1.0 docker ... Management Commands: builder Manage builds container Manage containers image Manage images manifest Manage Docker image manifests and manifest lists network Manage networks system Manage Docker trust Manage trust on Docker images ``` After this change ``` DOCKER_API_VERSION=1.0 docker ... Management Commands: container Manage containers image Manage images manifest Manage Docker image manifests and manifest lists system Manage Docker trust Manage trust on Docker images ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
testdata | ||
client_test.go | ||
cmd.go | ||
connect.go | ||
connect_test.go | ||
create.go | ||
create_test.go | ||
disconnect.go | ||
disconnect_test.go | ||
formatter.go | ||
formatter_test.go | ||
inspect.go | ||
list.go | ||
list_test.go | ||
prune.go | ||
remove.go |