Initial commit
This commit is contained in:
commit
a9ad01f7e4
7 changed files with 329 additions and 0 deletions
6
scripts/p4iab_docker_entry.sh
Normal file
6
scripts/p4iab_docker_entry.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd ~
|
||||
echo "Welcome to P4-in-a-Bottle!"
|
||||
exec /bin/bash "$@"
|
6
scripts/p4iab_singularity_entry.sh
Normal file
6
scripts/p4iab_singularity_entry.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd ~p4
|
||||
echo "Welcome to P4-in-a-Bottle!"
|
||||
exec sudo -su p4
|
Loading…
Add table
Add a link
Reference in a new issue