WeeChat + various plugins running in an alpine container 🐋
425
WeeChat + various plugins running in an alpine container 🐋
This image is available on the Docker hub with automated builds configured.
docker pull xigen/weechat:latest
There's a bash script that will build the image for you. Once the image had been build you can run it.
./build.sh
Here is an example of running weechat. Notice that it will mount a directory in your home directory. Docker will create this if it does not exist.
docker run --rm -it -d \
--name weechat \
--hostname weechat \
-c 64 -m 64m \
-e PGID=1000 -e PUID=1000 \
-v /etc/hosts:/etc/hosts:ro \
-v /etc/localtime:/etc/localtime:ro \
-v $HOME/data/weechat:/weechat/.weechat \
xigen/weechat:latest
Content type
Image
Digest
Size
31.9 MB
Last updated
over 7 years ago
docker pull xigen/weechat