Note that these images aren't official Bisq builds. So if you can, please build your own images, instructions are here: https://github.com/leshik/bisq-docker
1.1.4 tag stands for the standard x86_64 version, 1.1.4-armhf and 1.1.4-arm64 are for 32-bit ARMv7 (hard-float) and 64-bit ARMv8, respectively.
Volume /home/bisq/.local/share/Bisq should be mounted to keep the wallet and other settings. The VNC port used is 5901. The VNC password can be set using VNCPASSWD environment variable (default is bisq) and the timezone with TZ, e.g.
docker run -d -p 5901:5901 -v $PWD/Bisq:/home/bisq/.local/share/Bisq -e VNCPASSWD=password -e TZ='Europe/London' --name bisq leshik/bisq:1.1.4-armhf
Content type
Image
Digest
Size
311.1 MB
Last updated
about 7 years ago
docker pull leshik/bisq:1.1.6-arm64