mirror of
https://github.com/Noratrieb/captain.git
synced 2026-01-14 14:35:02 +01:00
Initial commit
This commit is contained in:
commit
f0ffa77500
24 changed files with 802 additions and 0 deletions
13
ahoy/run.sh
Executable file
13
ahoy/run.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
exec bwrap \
|
||||
--bind ./ahoy/rootfs / \
|
||||
--proc /proc \
|
||||
--dev /dev \
|
||||
--unshare-user \
|
||||
--unshare-ipc \
|
||||
--unshare-pid \
|
||||
--unshare-uts \
|
||||
--unshare-cgroup \
|
||||
--as-pid-1 \
|
||||
/bin/quarterdeck
|
||||
Loading…
Add table
Add a link
Reference in a new issue