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

verify to behave like the official cli #25

Open
5 of 11 tasks
gesellix opened this issue Apr 29, 2016 · 1 comment
Open
5 of 11 tasks

verify to behave like the official cli #25

gesellix opened this issue Apr 29, 2016 · 1 comment

Comments

@gesellix
Copy link
Owner

gesellix commented Apr 29, 2016

e.g. check the environment variable support and default behaviours: https://docs.docker.com/engine/reference/commandline/cli/#environment-variables

List of relevant properties:

  • DOCKER_API_VERSION The API version to use (e.g. 1.19)
  • DOCKER_CONFIG The location of your client configuration files.
  • DOCKER_CERT_PATH The location of your authentication keys.
  • DOCKER_DRIVER The graph driver to use.
  • DOCKER_HOST Daemon socket to connect to.
  • DOCKER_NOWARN_KERNEL_VERSION Prevent warnings that your Linux kernel is unsuitable for Docker.
  • DOCKER_RAMDISK If set this will disable ‘pivot_root’.
  • DOCKER_TLS_VERIFY When set Docker uses TLS and verifies the remote.
  • DOCKER_CONTENT_TRUST When set Docker uses notary to sign and verify images. Equates to --disable-content-trust=false for build, create, pull, push, run.
  • DOCKER_CONTENT_TRUST_SERVER The URL of the Notary server to use. This defaults to the same URL as the registry.
  • DOCKER_TMPDIR Location for temporary Docker files.
@gesellix
Copy link
Owner Author

Note: the DOCKER_API_VERSION wasn't really supposed to be used as general version selector. Need to watch this issue: moby/moby#25498

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

1 participant