rdocker icon indicating copy to clipboard operation
rdocker copied to clipboard

Scripting?

Open Gaelan opened this issue 7 years ago • 1 comments

Would it be possible to make this script usable in another script? Currently this is hard, as you'd need a way to trigger the termination at the end.

Gaelan avatar Apr 11 '17 23:04 Gaelan

A little late...

You can use it in script by doing like

rdocker [email protected] \
    docker container ls \&\&
    docker container run -d nginx

I hope this is what you want

LiberQuack avatar Mar 16 '18 00:03 LiberQuack