-
Notifications
You must be signed in to change notification settings - Fork 788
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
Docker daemon host need to be configurable #244
Comments
Is this possible yet? |
It should be able to be. Reopen if your use fails. |
I would reopen but I'm not the author.
Maybe I'm missing something? |
There is containers/image#328 , designed so that the caller must intentionally opt in into a different configuration, instead of silently changing behavior depending on the environment.
|
Thanks guys. Would I then be correct in saying that it would be a fairly simple addition to the skopeo CLI? |
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Additionally, to support daemons listening on plain HTTP only, it is possible to specify the scheme as part of the host URL, e.g. `http+tcp://localhost:2375` I'm not sure if this is a good idea - I needed a way to stop the httpClient from trying to use TLS, and this seemed like a reasonable approach, similar to how the python docker client behaves. Happy to discuss and iterate on this. I'm guessing that I'd need to sumbit that part upstream to `containers/image` anyway. Fixes containers#244
Sure, open a PR, l |
I had a quick shot at this in #487 |
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Fixes containers#244 Signed-off-by: Justin Lewis Salmon <[email protected]>
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Fixes containers#244 Signed-off-by: Justin Lewis Salmon <[email protected]>
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Fixes containers#244 Signed-off-by: Justin Lewis Salmon <[email protected]>
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Fixes containers#244 Signed-off-by: Justin Lewis Salmon <[email protected]>
This PR adds CLI support for overriding the default docker daemon host when using the `docker-daemon` transport. Fixes containers#244 Signed-off-by: Justin Lewis Salmon <[email protected]>
Docker daemon host can't be configurable.
The text was updated successfully, but these errors were encountered: