Skip to content

Instantly share code, notes, and snippets.

@brunoric
Last active July 25, 2019 16:13
Show Gist options
  • Save brunoric/d780846e98d9f71449025288367036ed to your computer and use it in GitHub Desktop.
Save brunoric/d780846e98d9f71449025288367036ed to your computer and use it in GitHub Desktop.
Just a docker wrapper example
#!/usr/bin/env sh
docker run --rm -it php sh -c "php $@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment