kdm9 / usc-demo

Demo of the userspace containers project at the Common Workflow Language
Other
2 stars 0 forks source link

use the pure python docker container ID to disk code from shifter #1

Open mr-c opened 8 years ago

mr-c commented 8 years ago

https://bitbucket.org/berkeleylab/shifter/src/dae758dd5f57b55c1574fb6f295f38a6c481139e/imagegw/src/dockerv2.py?at=master&fileviewer=file-view-default or thereabouts

kdm9 commented 8 years ago

Is pip install --user docker-py too onerous? :P

I'm a big fan of using such libraries if they're easily pip install-able.

mr-c commented 8 years ago

This method doesn't require the docker program to be installed at all, it interacts directly with the docker hub using the v2 API (or any other compliant server)

On Wed, Feb 17, 2016 at 10:59 PM Kevin Murray notifications@github.com wrote:

Is pip install --user docker-py too onerous? :P

I'm a big fan of using such libraries if they're easily pip install-able.

— Reply to this email directly or view it on GitHub https://github.com/kdmurray91/usc-demo/issues/1#issuecomment-185426417.

Michael R. Crusoe CWL Community Engineer crusoe@ucdavis.edu mcrusoe@msu.edu Common Workflow Language project University of California, Davis https://impactstory.org/MichaelRCrusoe http://twitter.com/biocrusoe

kdm9 commented 8 years ago

Oh wow, I missed that detail. Sure, I'll either build into the cwl tool or loot their module or something.

mr-c commented 8 years ago

Coo' :-D

On Wed, Feb 17, 2016 at 11:24 PM Kevin Murray notifications@github.com wrote:

Oh wow, I missed that detail. Sure, I'll either build into the cwl tool or loot their module or something.

— Reply to this email directly or view it on GitHub https://github.com/kdmurray91/usc-demo/issues/1#issuecomment-185434649.

Michael R. Crusoe CWL Community Engineer crusoe@ucdavis.edu mcrusoe@msu.edu Common Workflow Language project University of California, Davis https://impactstory.org/MichaelRCrusoe http://twitter.com/biocrusoe