We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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:
ipc
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: