Latest WeeChat Stable Release & Daily Dev Builds. Alpine Linux base Multi-arch. Actively maintained.
2.1K
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).
$ docker run --rm -it \
--name weechat \
--log-driver none \
-e UID=$(id -u) -e GID=$(id -g) \
-p 9001:9001 \
-v /etc/localtime:/etc/localtime:ro \
-v "${HOME}":/weechat \
eggbean/weechat
Configuration and data files are located at ~/.config/weechat and ~/.local/share/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.
Use the GitHub Issues page.
Content type
Image
Digest
sha256:e425f9ce1…
Size
69.8 MB
Last updated
over 2 years ago
docker pull eggbean/weechat