Skip to content

superxkooda/docker-discord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-discord

A Docker image that start a fresh discord client.

Circle CI
Image Layers

## Usage To spawn a new instance of Discord:

docker run --rm -it --name discord \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       -e DISPLAY=unix$DISPLAY \
       --device /dev/snd \
       -v /etc/localtime:/etc/localtime:ro \
       -v <Your_storage_dir>/.config/discord/:/root/.config/discord/ \
       xorilog/discord

## Issues

  • You have to log out Discord to close the docker container.

FAQ

Docker <1.8

Before Docker 1.8 you need to replace --device /dev/snd by -v /dev/snd:/dev/snd --privileged.

### QXcbConnection: Could not connect to display unix:0

xhost +

do not forget to remove it after start or usage (xhost -)
The previous command is to be run on a linux machine. But Mac users, I have a special surprise for you. You can also do fun hacks with X11. Details are described here.

Thanks to Discord for their great app !

About

Discord linux app in GUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%