Sign inSign up

doebi/weechat

By doebi

Updated over 9 years ago

weechat in docker

Image
0

282

doebi/weechat repository overview

docker-weechat

running weechat in docker

building

to build the docker image from scratch run:

docker build -t "doebi/weechat" .

running

it is recommended to use your local .weechat as volume to persist weechat's settings: mkdir ~/.weechat

start the container by running: docker run --name=weechat -v ~/.weechat:/home/user/.weechat -t -i doebi/weechat

exposing relay port docker run --name=weechat -p 9000:9000 -v ~/.weechat:/home/user/.weechat -t -i doebi/weechat

Tag summary

Content type

Image

Digest

Size

136.3 MB

Last updated

over 9 years ago

docker pull doebi/weechat