Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573182 - app-emulation/docker - docker -h does not show daemon command
Summary: app-emulation/docker - docker -h does not show daemon command
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Tianon
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 09:45 UTC by PetaMem R&D
Modified: 2016-01-29 14:33 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PetaMem R&D 2016-01-28 09:45:23 UTC
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
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2016-01-29 14:33:01 UTC
(In reply to PetaMem R&D from comment #0)
> IMHO this is for upstream

I wholeheartedly agree