jabe/scripts/docker_test_bash.sh

8 lines
158 B
Bash
Raw Permalink Normal View History

2024-11-18 12:07:35 +01:00
# JABE docker test script
2024-03-29 20:12:14 +01:00
mkdir ignore
cd ignore
2024-11-18 12:07:35 +01:00
docker run --rm -it -p 3024:3024 --user 1000:1000 -v ./data:/app/data jabe:latest /bin/bash
cd ..
2024-03-29 20:12:14 +01:00
rm ignore