mount extra volumes for stash

This commit is contained in:
2022-11-29 21:13:47 -05:00
parent d325d56237
commit 20765de381
20 changed files with 129 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo -e "\033 building new docker image"
docker build . -t xaicorp/stashapp:latest

View File

@@ -0,0 +1,3 @@
ARGS - The arguments you wish to provide to this command
TODO: Fill out the help information for this command.

View File

@@ -0,0 +1 @@
ARGS...

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker run --rm -p9999:9999 -v $(PWD)/test.tc:/test.tc xaicorp/stashapp

View File

@@ -0,0 +1,3 @@
ARGS - The arguments you wish to provide to this command
TODO: Fill out the help information for this command.

View File

@@ -0,0 +1 @@
ARGS...

View 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

View File

@@ -0,0 +1,3 @@
ARGS - The arguments you wish to provide to this command
TODO: Fill out the help information for this command.

View File

@@ -0,0 +1 @@
ARGS...