https://github.com/shymega/docker-weechat
Docker image for weechat.
https://github.com/shymega/docker-weechat
Last synced: 4 months ago
JSON representation
Docker image for weechat.
- Host: GitHub
- URL: https://github.com/shymega/docker-weechat
- Owner: shymega
- License: mit
- Created: 2019-02-26T17:57:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T22:14:13.000Z (almost 4 years ago)
- Last Synced: 2025-09-28T23:33:00.769Z (9 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weechat in a container!
============
## Building
To build, run
```shell
docker build -t .
```
## Running
To run the container in detached mode:
```
docker run -dti -v :/weechat/.weechat
```
To run the container in interactive mode:
```
docker run -ti -v :/weechat/.weechat
```
## License
`weechat-docker` is licensed under the MIT [license](/LICENSE).