forked from containers/skopeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support host configuration for docker-daemon sources and destinations
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
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.