Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Updates] You are out of date! #2

Open
bennyboom38 opened this issue Nov 13, 2018 · 1 comment
Open

[Updates] You are out of date! #2

bennyboom38 opened this issue Nov 13, 2018 · 1 comment

Comments

@bennyboom38
Copy link

Hello,

When I launch the docker command , it's ask me to update the version.

Here are the logs :

Discord 0.0.4
Starting updater.
libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Function not implemented
[Modules] Modules initializing
[Modules] Distribution: remote
[Modules] Host updates: enabled
[Modules] Module updates: enabled
[Modules] Module install path: /root/.config/discord/0.0.4/modules
[Modules] Module installed file path: /root/.config/discord/0.0.4/modules/installed.json
[Modules] Module download path: /root/.config/discord/0.0.4/modules/pending
[Modules] No updates to install
[Modules] Checking for host updates.
[Updates] You are out of date!
[Modules] Host update is available. Manual update required!

I think discord app need to be updated, but I don't know howto.

Thanks a lot for your help

Regards

@mcyph
Copy link

mcyph commented Dec 27, 2020

To anyone reading this, I've uploaded an updated Dockerfile to a gist: https://gist.github.com/mcyph/8879902a33e0b7285538f493d5463968

It initially ran pretty unstably and crashed when I opened the emoji dialog, but after adding ipc to the command I think it's working better now:

  docker run --rm -it --name discord \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -e DISPLAY=unix$DISPLAY \
  --ipc="host" \
  -v /dev/shm:/dev/shm \
  --device /dev/snd \
  -v /etc/localtime:/etc/localtime:ro \
  -v ~/.config/discord:/home/defaultuser/.config/discord/ \
  -u defaultuser \
  discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants