Skip to content

Instantly share code, notes, and snippets.

@pikesley
Last active January 29, 2019 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pikesley/8ad3e9d856b4320619cecd546979507c to your computer and use it in GitHub Desktop.
Save pikesley/8ad3e9d856b4320619cecd546979507c to your computer and use it in GitHub Desktop.
The Admiral
mkdir -p /tmp/trap && pushd /tmp/trap && echo -e "FROM alpine\nRUN apk add ack\nCMD clear && echo && ack --bar && echo" > Dockerfile && docker build -t ackbar . && rm Dockerfile && docker run ackbar && popd > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment