nexdrew / rekcod

docker inspect :mag: → docker run :runner:
ISC License
371 stars 32 forks source link

Support for CLI piping/redirection to rekcod #7

Closed nexdrew closed 7 years ago

nexdrew commented 8 years ago

You can currently do docker ps -aq | xargs rekcod (just like you can with docker inspect), but it would be cool to support that without needing xargs.

Should detect if no args are given and instead read from stdin.