dockertest icon indicating copy to clipboard operation
dockertest copied to clipboard

push function

Open dfalster opened this issue 10 years ago • 1 comments

Latest dockertest::launch is really nice in that grabs relevant name, finds running machine and starts image. i wonder about an equivalent for pushing to/pulling from dockerhub. Not a big deal, but would complete functionality in dockertest. Currently to push we need to do something like

 eval "$(docker-machine env mem6GB)" 
docker login
 docker push traitecoevo/successional_diversity

dfalster avatar Sep 11 '15 05:09 dfalster

This is a great idea.

I'm actually thinking of revisiting the entire dockertest command line tool though; thinking that all it really needs to the ability to inject appropriate arguments into a command line (aside from the accessing of different machines). So I'm going to hold off on this until I can work my head around what is needed.

richfitz avatar Sep 11 '15 09:09 richfitz