https://github.com/phistrom/trillian-container
A Dockerfile that gets Trillian for Linux running in a Docker container
https://github.com/phistrom/trillian-container
Last synced: 4 months ago
JSON representation
A Dockerfile that gets Trillian for Linux running in a Docker container
- Host: GitHub
- URL: https://github.com/phistrom/trillian-container
- Owner: phistrom
- Created: 2016-04-14T04:12:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T04:35:19.000Z (about 9 years ago)
- Last Synced: 2024-12-27T00:11:59.999Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trillian-container
A Dockerfile that gets [Trillian Instant Messenger for Linux by Cerulean Studios][trillian] running in a Docker container.
Available as `phistrom/trillian` on [DockerHub].## `run` command
```sh
docker run --name trillian -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -d phistrom/trillian
````-v /tmp/.X11-unix:/tmp/.X11-unix` is needed to display the window
## Tips
* If you quit Trillian, you can relaunch it by just running `docker start trillian`
* If you close the Trillian window, it will probably still be running and you won't be able to switch back to it. I can only suggest running `docker stop trillian`.## Issues
* Can't get audio to work
* Only tested in Ubuntu Xenial 16.04 Desktop Beta 2[DockerHub]:
[trillian]: