rdocker
rdocker copied to clipboard
Scripting?
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.
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