use -f to specify either the ubuntu or alpine docker file
git clone --recursive https://github.com/pimlie/docker-tribler-vnc
docker build -f Dockerfile.alpine -t pimlie/docker-tribler-vnc --build-arg vnc=yes docker-tribler-vnc
Use by adding --build-arg VAR=VALUE to your docker build command
noyes to build your image with vnc supportnoyes to build your image with novnc support (vnc though the browser)noyes, adds git and doesnt install a tribler release. You will need to clone the repository and checkout a branch yourself10001000v7.0.0false Specify with true` to install the latest pre-release590060806081--network=hostUse by adding -e VAR=VALUE to your docker run command
590060801024x768x16sudo docker run -d --init \
-v /home/tribler/.Tribler:/home/tribler/.Tribler \
-v /my/download/folder:/TriblerDownloads \
-e SCREEN_RESOLUTION="1280x1024x16" \
--name docker-tribler-vnc \
pimlie/docker-tribler-vnc
Tribler runs as a new user tribler in the docker container, this user has by default uid 1000. When binding folders you need to make sure the local user with the same uid has write access to those folders
Then browse to http://<host_ip>:6080 or open a connection to port 5900 with your favorite vnc viewer
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.