Sign inSign up

armhf/irssi

By armhf

Updated over 9 years ago

irssi - The IRC client of the future

0

960

armhf/irssi repository overview

DEPRECATED

The armhf organization is deprecated in favor of the more-specific arm32v7 and arm32v6 organizations, as per https://github.com/docker-library/official-images#architectures-other-than-amd64. Please adjust your usages accordingly.

** THESE IMAGES ARE VERY EXPERIMENTAL; THEY ARE PROVIDED ON A BEST-EFFORT BASIS WHILE docker-library/official-images#2289 IS STILL IN-PROGRESS (which is the first step towards proper multiarch images) **

** PLEASE DO NOT USE THEM FOR IMPORTANT THINGS **

This image is built from the source of the official image of the same name (irssi). Please see that image's description for links to the relevant Dockerfiles.

If you are curious about specifically how this image differs, see the Jenkins Groovy DSL scripts in the tianon/jenkins-groovy GitHub repository, which are responsible for creating the Jenkins jobs which build them.

Quick reference

What is irssi?

Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. Some people refer to it as 'the client of the future'.

logo

How to use this image

Because it is unlikely any two irssi users have the same configuration preferences, this image does not include an irssi configuration. To configure irssi to your liking, please refer to upstream's excellent (and comprehensive) +documentation.

Be sure to also checkout the awesome scripts you can download to customize your irssi configuration.

Directly via bind mount

On a Linux system, build and launch a container named my-running-irssi like this:

$ docker run -it --name my-running-irssi -e TERM -u $(id -u):$(id -g) \
    --log-driver=none \
    -v $HOME/.irssi:/home/user/.irssi:ro \
    -v /etc/localtime:/etc/localtime:ro \
    irssi

We specify --log-driver=none to avoid storing useless interactive terminal data.

On a Mac OS X system, run the same image using:

$ docker run -it --name my-running-irssi -e TERM -u $(id -u):$(id -g) \
    --log-driver=none \
    -v $HOME/.irssi:/home/user/.irssi:ro \
    irssi

You omit /etc/localtime on Mac OS X because boot2docker doesn't use this file.

License

View license information for the software contained in this image.

Tag Summary

No tags have been pushed to this repository yet.