This repository can be used to build a container image for weechat to be run with 'atomic'.
Requirements: buildah (https://github.com/projectatomic/buildah), ansible (https://github.com/ansible/ansible)
user@localhost$ sudo ansible-playbook build.yml
This will create a local container image ready to run weechat. From here, you can push it to you're image repository. By default, we push it to the locally running docker instance, but we can push with buildah with:
user@localhost$ sudo buildah push docker.io/mklvr/weechat docker-daemon:mklvr/weechat:latest
To run the container from your Fedora Atomic Workstation:
user@localhost$ atomic run mklvr/weechat:latest
- Can't open links. There's no browser installed in the container, you'll need to just copy the link to your browser window.