Skip to content

Instantly share code, notes, and snippets.

@sloppylopez
Created April 6, 2019 23:35
Show Gist options
  • Save sloppylopez/a8d23ce51961f8d14f3a34634e2c5667 to your computer and use it in GitHub Desktop.
Save sloppylopez/a8d23ce51961f8d14f3a34634e2c5667 to your computer and use it in GitHub Desktop.
docker ps -a
function dps
echo -e "Listing Docker Containers 🐳" | colorStuff
docker ps $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment