Closed nexdrew closed 7 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.
docker ps -aq | xargs rekcod
docker inspect
xargs
Should detect if no args are given and instead read from stdin.
You can currently do
docker ps -aq | xargs rekcod
(just like you can withdocker inspect
), but it would be cool to support that without needingxargs
.Should detect if no args are given and instead read from stdin.