Sign inSign up

hakankoseoglu/wsjtx

By hakankoseoglu

Updated over 1 year ago

WSJT-X builds from master branch on the date of the push.

Image
0

10K+

hakankoseoglu/wsjtx repository overview

To get the sound and CAT working, run like this:

xhost +"local:docker@"

docker run -it --rm
--name wsjtx
--device /dev/snd:/dev/snd
--device /dev/dri
--device=/dev/ttyUSB0
-e DISPLAY=unix:0
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native
-v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native
-v ~/.config/pulse/cookie:/root/.config/pulse/cookie
-v /dev/shm:/dev/shm
-v /tmp/.X11-unix:/tmp/.X11-unix
-v /run/dbus/:/run/dbus/
-v /dev/shm:/dev/shm
-v ~/volume/.local/share/WSJT-X:/root/.local/share/WSJT-X
-v ~/volume/.config:/root/.config
--group-add $(getent group audio | cut -d: -f3)
hakankoseoglu/wsjtx:latest

Source files here:

https://github.com/HakanKoseoglu/hamdocker

Tag summary

Content type

Image

Digest

sha256:dfbfe67bb

Size

382.3 MB

Last updated

over 1 year ago

docker pull hakankoseoglu/wsjtx