$ docker -H
flag needs an argument: 'H' in -H
See 'docker --help'.
....
Management Commands:
checkpoint Manage checkpoints
config Manage Docker configs
container Manage containers
image Manage images
manifest Manage Docker image manifests and manifest lists
network Manage networks
node Manage Swarm nodes
plugin Manage plugins
secret Manage Docker secrets
service Manage services
stack Manage Docker stacks
swarm Manage Swarm
system Manage Docker
trust Manage trust on Docker images
volume Manage volumes
Describe the results you received:
When i tried to use some options like '-H' without needed argument,
some experimental commands like 'checkpoint' displayed.
Describe the results you expected:
The experimental commands have to hide in non experimental environments.
It looks unlike in /cli/cmd/docker/docker.go's a function setFlagErrorFunc(), a function setHelpFunc() calls hideUnsupportedFeatures()
Description
Steps to reproduce the issue:
Describe the results you received: When i tried to use some options like '-H' without needed argument, some experimental commands like 'checkpoint' displayed.
Describe the results you expected: The experimental commands have to hide in non experimental environments.
It looks unlike in /cli/cmd/docker/docker.go's a function setFlagErrorFunc(), a function setHelpFunc() calls hideUnsupportedFeatures()
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):