Sign inSign up

xigen/weechat

By xigen

•Updated over 7 years ago

WeeChat + various plugins running in an alpine container 🐋

Image
0

425

xigen/weechat repository overview

⁠Docker-WeeChat

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

⁠Building

There's a bash script that will build the image for you. Once the image had been build you can run it.

./build.sh

⁠Running

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

Tag summary

Content type

Image

Digest

Size

31.9 MB

Last updated

over 7 years ago

docker pull xigen/weechat