Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many command flags appear undocumented or incomplete #558

Closed
fizx opened this issue May 8, 2013 · 1 comment
Closed

Many command flags appear undocumented or incomplete #558

fizx opened this issue May 8, 2013 · 1 comment

Comments

@fizx
Copy link

fizx commented May 8, 2013

Docker pull is documented like so:

$ docker pull -h

Usage: docker pull NAME

Pull an image or a repository from the registry

But looking at source, there appears to be a -registry and a -t as well.

cmd := rcli.Subcmd(stdout, "pull", "NAME", "Pull an image or a repository from the registry")
tag := cmd.String("t", "", "Download tagged image in repository")
registry := cmd.String("registry", "", "Registry to download from. Necessary if image is pulled by ID")

However, actually using that flag appears not to work.

$ docker pull -t=asdfsa NAME
flag provided but not defined: -t

Usage: docker pull NAME

Pull an image or a repository from the registry
@ghost ghost assigned shin- May 8, 2013
@vieux
Copy link
Contributor

vieux commented May 9, 2013

Hello,

Most of thoses issues will be resolved with #432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants