docker-weechat

所属分类:Docker
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2024-03-25 00:22:40
上 传 者sh-1993
说明:  微信IRC客户端的Dockerfile。图像可用位置:
(Dockerfile for WeeChat IRC client. Image available at)

文件列表:
Dockerfile
docker_run-dev.sh
docker_run.sh
run.sh

WeeChat IRC Client ================== * Tiny Alpine-based Docker images for WeeChat built every time there is a new release * For the latest daily build: `docker pull eggbean/weechat:dev` * Compiled from source; does not use .apks, which could be older versions * Multi-architecture builds: x86_64, arm and arm64 * Includes all plugins apart from JavaScript and PHP (not used by any scripts in [the scripts repository](https://bit.ly/wscripts)). ### To run, paste this: $ docker run --rm -it \ --name weechat \ --log-driver none \ -e UID=$(id -u) -e GID=$(id -g) \ -p 9001:9001 \ -v /etc/hosts:/etc/hosts:ro \ -v /etc/localtime:/etc/localtime:ro \ -v "${HOME}":/weechat \ eggbean/weechat Configuration and data files are located at `$XDG_CONFIG_HOME/weechat` and `$XDG_DATA_HOME/weechat` (if they don't exist, they'll be created with default settings). Once up and running, use ```ctrl-p```, ```ctrl-q``` to detach from the session and ```docker attach weechat``` to reattach. ### Contact: Use the [GitHub Issues](https://bit.ly/dwissues) page.

近期下载者

相关文件


收藏者