Skip to content

A Docker image that start a fresh WhatsApp desktop client (https://github.com/Enrico204/Whatsapp-Desktop), based on the official WhatsApp web app client.

License

Notifications You must be signed in to change notification settings

gutleib/docker-whatsapp-unofficial-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-whatsapp-unofficial-desktop

A Docker image that start a fresh WhatsApp desktop client (https://github.com/Enrico204/Whatsapp-Desktop), based on the official WhatsApp web app client.

To spawn a new instance of WhatsApp Desktop:

docker run --rm -it --name whatsapp \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       -e DISPLAY=unix$DISPLAY \
       --device /dev/snd \
       -v /etc/localtime:/etc/localtime:ro \
       -v ~/.config/whatsapp-desktop/:/root/.config/whatsapp-desktop/ \
       gutleib/whatsapp

About

A Docker image that start a fresh WhatsApp desktop client (https://github.com/Enrico204/Whatsapp-Desktop), based on the official WhatsApp web app client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published