mount extra volumes for stash
This commit is contained in:
0
dockerfiles/services/stashapp/cli/.bash_cli
Normal file
0
dockerfiles/services/stashapp/cli/.bash_cli
Normal file
4
dockerfiles/services/stashapp/cli/build
Executable file
4
dockerfiles/services/stashapp/cli/build
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
echo -e "\033 building new docker image"
|
||||
|
||||
docker build . -t xaicorp/stashapp:latest
|
||||
3
dockerfiles/services/stashapp/cli/build.help
Normal file
3
dockerfiles/services/stashapp/cli/build.help
Normal file
@@ -0,0 +1,3 @@
|
||||
ARGS - The arguments you wish to provide to this command
|
||||
|
||||
TODO: Fill out the help information for this command.
|
||||
1
dockerfiles/services/stashapp/cli/build.usage
Normal file
1
dockerfiles/services/stashapp/cli/build.usage
Normal file
@@ -0,0 +1 @@
|
||||
ARGS...
|
||||
3
dockerfiles/services/stashapp/cli/run
Executable file
3
dockerfiles/services/stashapp/cli/run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker run --rm -p9999:9999 -v $(PWD)/test.tc:/test.tc xaicorp/stashapp
|
||||
3
dockerfiles/services/stashapp/cli/run.help
Normal file
3
dockerfiles/services/stashapp/cli/run.help
Normal file
@@ -0,0 +1,3 @@
|
||||
ARGS - The arguments you wish to provide to this command
|
||||
|
||||
TODO: Fill out the help information for this command.
|
||||
1
dockerfiles/services/stashapp/cli/run.usage
Normal file
1
dockerfiles/services/stashapp/cli/run.usage
Normal file
@@ -0,0 +1 @@
|
||||
ARGS...
|
||||
8
dockerfiles/services/stashapp/cli/shell
Executable file
8
dockerfiles/services/stashapp/cli/shell
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
docker run --rm -it \
|
||||
-v $(pwd)/test.tc:/test.tc \
|
||||
-v $(pwd)/entrypoint.sh:/entrypoint \
|
||||
--privileged=true \
|
||||
xaicorp/stashapp:latest /bin/bash
|
||||
3
dockerfiles/services/stashapp/cli/shell.help
Normal file
3
dockerfiles/services/stashapp/cli/shell.help
Normal file
@@ -0,0 +1,3 @@
|
||||
ARGS - The arguments you wish to provide to this command
|
||||
|
||||
TODO: Fill out the help information for this command.
|
||||
1
dockerfiles/services/stashapp/cli/shell.usage
Normal file
1
dockerfiles/services/stashapp/cli/shell.usage
Normal file
@@ -0,0 +1 @@
|
||||
ARGS...
|
||||
Reference in New Issue
Block a user