Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : stargazer-gmi.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run-container.sh
blob: 44acc95ee11607aecd5b7e27231cf73a2efd6ae6 (
plain
)
1
2
3
#!/bin/sh
docker run
-it -v
"
$(pwd)
"
:
"
$(pwd)
"
-w
"
$(pwd)
"
archbuiler
"$@"