An open API service indexing awesome lists of open source software.

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.

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).