Sign inSign up

avpnusr/rocket.chat-desktop

By avpnusr

•Updated almost 7 years ago

Rocket.Chat desktop client in docker-container

Image
0

342

avpnusr/rocket.chat-desktop repository overview

Rocket.Chat Logos

⁠Official Rocket.Chat client in docker container
(for X11 server with GUI)

Rocket.Chat provides only an amd64 architecture version, so this docker images is only for amd64 systems as well.

⁠Versions in the latest image

⁠Start your container

Use the below start sequence to get a running Rocket.Chat client displaying on your host X11 server.
Be aware, that this way of accessing the X11 server is not the safest, you will find more secure methods online.

docker run -it \
      --memory 2gb \
      -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
      -e DISPLAY=$DISPLAY \ # to display on your host X11
      --device /dev/snd \ # to have sound output
      --device /dev/dri/card0 \ # to use graphics card acceleration (if needed)
      -v /dev/shm:/dev/shm \ 
      -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \ #might need a change to your system
     --name rocket.chat \
      avpnusr/rocket.chat:latest

If you close the rocket.chat window, you can restart the container any time with:

docker start discord

Tag summary

Content type

Image

Digest

Size

183.5 MB

Last updated

almost 7 years ago

docker pull avpnusr/rocket.chat-desktop