Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for bind mounts on Linux platforms #12

Merged
merged 17 commits into from
Jan 11, 2024
Prev Previous commit
Next Next commit
experimental
  • Loading branch information
mfhepp committed Jan 10, 2024
commit d15fb0cc6c075d207553c9f2d4ba739d48e296fa
2 changes: 1 addition & 1 deletion run_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 136,7 @@ esac
# Create output directory if not exists
mkdir -p output

docker run \
sudo docker run \
$USER_MAPPING \
$PARAMETERS \
$MOUNT_BEFORE_PWD \
Expand Down