Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
/ atomic-weechat Public archive

Weechat container that can be run with the atomic command on Fedora Atomic Workstation

Notifications You must be signed in to change notification settings

mklvr/atomic-weechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

atomic-weechat

Introduction

This repository can be used to build a container image for weechat to be run with 'atomic'.

Usage

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

Known Issues

  1. Can't open links. There's no browser installed in the container, you'll need to just copy the link to your browser window.

About

Weechat container that can be run with the atomic command on Fedora Atomic Workstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published