-
Notifications
You must be signed in to change notification settings - Fork 805
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
Add Dockerfile for CLI #730
Conversation
@vancexu can you take a look at this PR. |
Thanks for this contribution @ryanwalls ! I am trying to understand how you are going to use this docker image before merge it. I create the docker image using your Dockerfile and then run it with my docker version:
Image inspect:
|
@vancexu Hummm. Try running my built image directly and let me know if you see that error.
I'm on this Docker version:
As far as how I plan to use it, I'm just going to use this container to run one-off CLI commands as needed. e.g.
Or if I'm connecting to my kubernetes cluster:
|
@ryanwalls use your image works as expected. How did you build the image? |
@vancexu The image was built automatically with Docker hub. |
@vancexu Were you able to figure out why your local Docker was having trouble? Like I mentioned, it works on my machine and on Docker Hub (where the image was built.) |
@ryanwalls The issue disappeared after I update my docker to latest. Looks good and merged. I will change it a little bit and move it to docker folder later. Thanks again for contribution! |
Update a little bit #793 |
Helps with #729. Would need someone to automate running it in your builds and pushing to docker hub.