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

docker: use the CLI library for creating our docker client. #5719

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

nicks
Copy link
Member

@nicks nicks commented Apr 22, 2022

Hello @milas, @lizzthabet,

Please review the following commits I made in branch nicks/dockerclient2:

6b1917e (2022-04-22 12:38:47 -0400)
docker: use the CLI library for creating our docker client.
Fixes #4769
Fixes #4878

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested review from lizzthabet and milas April 22, 2022 16:40
@nicks nicks force-pushed the nicks/dockerclient2 branch from 6b1917e to f0a0e4e Compare April 22, 2022 16:45
@nicks
Copy link
Member Author

nicks commented Apr 22, 2022

tested this manually with a DOCKER_HOST="ssh://host" running over a tailscale network and it works well!

@nicks nicks marked this pull request as draft April 22, 2022 16:52
@nicks
Copy link
Member Author

nicks commented Apr 22, 2022

oops, hold on, i messed something up

@nicks nicks force-pushed the nicks/dockerclient2 branch from f0a0e4e to 6cc2077 Compare April 22, 2022 16:55
@nicks nicks marked this pull request as ready for review April 22, 2022 16:56
@nicks
Copy link
Member Author

nicks commented Apr 22, 2022

ok, should be good now

Copy link
Member

@nicksieger nicksieger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌 Amazing!

@nicks nicks force-pushed the nicks/dockerclient2 branch from 6cc2077 to cb81e08 Compare April 22, 2022 20:42
@nicks nicks merged commit d9570e8 into master Apr 26, 2022
@nicks nicks deleted the nicks/dockerclient2 branch April 26, 2022 16:03
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

Successfully merging this pull request may close these issues.

support docker proxy configuration support DOCKER_CONTEXT env variable
2 participants