#cloned from bl0m1/xtevedocker with modifications from alturismo/xteve and #changed xteve version to arm64
- The volume for tmp files are removed, you need to remove this volume!
- The configuration volume are moved and now located in
/home/xteve/.xteve
- All processes in the container are running as the user
xteve
- Exposed Ports: 34400
- Volumes:
/home/xteve/.xteve
- FFmpeg and VLC buffer support -removed for now
mkdir -p ~/xteve_home
- This will use the internal docker ip in the generated files
docker run -it -d \
--name=xteve \
-p 34400:34400 \
-v ~/xteve_home:/home/xteve/.xteve \
vansmak/xteveforpi64:latest
docker run -it -d \
--name=xteve \
--network=host \
-v ~/xteve_home:/home/xteve/.xteve \
vansmak/xteveforpi64:latest
- This will drop you into a shell on the running container
- Command :
docker exec -it xteve sh