Skip to content

Instantly share code, notes, and snippets.

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 stephendonner/080091d6d46f5b4a027786912aadd7d8 to your computer and use it in GitHub Desktop.
Save stephendonner/080091d6d46f5b4a027786912aadd7d8 to your computer and use it in GitHub Desktop.
# next, we need to do a docker exec [container ID or name] zap-cli open-url
# XXX - FIXME: we need to dynamically pass in the container ID / name
lastID='docker ps -l'
docker exec lastID zap-cli open-url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment