BitchX via Docker
using ubuntu:14.10 @TODO use more minimal linux image
When running you can use all available parameters.
docker run -it aubreyhewes/bitchx --help
docker run -u $(id -u) -v ${HOME}/.BitchX:/root/.BitchX -e IRCNAME="docker-bitchx" -it aubreyhewes/bitchx -n ${USER} [parameters]
-n ${USER} changes irc nickname to current user from root.-v ${HOME}/.BitchX:/root/.BitchX allows custom configuration (@TODO also support ~/.ircrc etc)docker build -t aubreyhewes/bitchx .
Content type
Image
Digest
sha256:a13819ae6…
Size
138.4 MB
Last updated
almost 11 years ago
docker pull aubreyhewes/docker-bitchx