Skip to content

Instantly share code, notes, and snippets.

@giper45
Created July 9, 2020 08:34
Show Gist options
  • Save giper45/29a4d2694a2ee1d56af48ead97225084 to your computer and use it in GitHub Desktop.
Save giper45/29a4d2694a2ee1d56af48ead97225084 to your computer and use it in GitHub Desktop.
Docker Aliases
function netshoot() { if [ -z $1 ]; then docker ps ; else docker run -it --rm --name netshoot --net container:${1} nicolaka/netshoot ;fi }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment