mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
REL-0.9 Adding docker entering scripts
This commit is contained in:
parent
ff39de09ef
commit
04c079c625
4
bash.sh
Executable file
4
bash.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
CWD="/shared/httpd"
|
||||
docker-compose exec --user devilbox php env TERM=xterm /bin/sh -c "cd ${CWD}; exec bash -l"
|
4
root_bash.sh
Executable file
4
root_bash.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
CWD="/shared/httpd"
|
||||
docker-compose exec --user root php env TERM=xterm /bin/sh -c "cd ${CWD}; exec bash -l"
|
Loading…
Reference in New Issue
Block a user