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

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

parent 5f0b4abf
Branches
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