docker -h ... create Create a new container diff Inspect changes on a container's filesystem events Get real time events from the server ... But that command evidently exists as ps aux reveals root 26708 0.3 0.0 1630812 42792 ? Ssl Jan27 2:50 /usr/bin/docker daemon -p /run/docker.pid If I issue a > docker daemon -h I get the help for "daemon mode" and thus further proof of that unlisted command in "docker -h" Reproducible: Always Expected Results: docker -h should show ALL commands supported. IMHO this is for upstream
(In reply to PetaMem R&D from comment #0) > IMHO this is for upstream I wholeheartedly agree