Skip to content

Dockerfile for running signal-desktop inside a container.

Notifications You must be signed in to change notification settings

robinpriceii/signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

signal

Dockerfile for running signal-desktop inside a container.

build

Steps to manually build and run

git clone https://www.github.com/robinpriceii/signal
cd signal
docker build -t signal .

Make sure to have ~/.config/Signal created.

run

docker run --rm -it \
        -v /tmp/.X11-unix:/tmp/.X11-unix \
        -e DISPLAY \
        -e XAUTHORITY \
        -v $XAUTHORITY:$XAUTHORITY \
        -v $HOME/.config/Signal:/home/signal/.config/Signal \ 
        signal 

run without build

https://hub.docker.com/r/rprice/signal/

docker run --rm -it \
        -v /tmp/.X11-unix:/tmp/.X11-unix \
        -e DISPLAY \
        -e XAUTHORITY \
        -v $XAUTHORITY:$XAUTHORITY \
        -v $HOME/.config/Signal:/home/signal/.config/Signal \ 
        --name signal \ 
        rprice/signal

Wayland doesn't have $XAUTHORITY. Leave this volume mount off if not using xorg.

About

Dockerfile for running signal-desktop inside a container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published