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

Docker workin subcommand.

parent eaddb4be
Branches
No related tags found
No related merge requests found
#!/bin/sh
set -eu
exec docker run --rm -it -v "$PWD:/volume" -w /volume -u "$(id -u):$(id -g)" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment