Skip to content
Snippets Groups Projects
Commit cca121bd authored by nimrod's avatar nimrod
Browse files

Added docker runit alias for run --rm -it.

parent a206a89a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
docker run --rm -it "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment