nanxstats / liftr

🐳 Containerize R Markdown documents for continuous reproducibility
https://nanx.me/liftr/
GNU General Public License v3.0
170 stars 20 forks source link

docker pull <> docker push #33

Open nanxstats opened 6 years ago

nanxstats commented 6 years ago

Support docker pull and docker push (possibly docker tag and friends) within R.

Bakaniko commented 6 years ago

This feature aims to permit pushing docker images to docker hub ?

I was thinking to manually create a dedicated docker image from the Rocker original since I use a lot of geospatial tools who needs both R and .deb packages. And of course it takes times to rebuilt every time...

So this can be useful to simplify those steps !

nanxstats commented 6 years ago

-yes! this can be useful though they'll be simple wrappers. 😃