/pyicqt-docker

Simple Docker image with pyICQ-t XMPP to ICQ transport

Primary LanguageShellMIT LicenseMIT

PyICQ-t Docker image

PyICQ-t XMPP to ICQ transport Docker image based on Debian Linux.

Also in my Github repository you can find some usefull scripts for helping running containers.

Supported tags and respective Dockerfile links

  • latest - PyICQ-t from debian stable repository

Quickstart

To run container you can use following command:

docker run \  
  -v /home/docker/pyicqt:/home/pyicqt \  
  -ti sunx/pyicqt

After first run container will create default configuration files for PyiCQ-t in /home/pyicqt/ directory, which you should edit manually. Default configuration file is well documented, so you shouldn't have any problems in changeing it.

Detailed description of image and containers

Volume

This image uses one volume with internal path /home/pyicqt, it will store configuration file and some data.

I would recommend you use host directory mapping of named volume to run containers, so you will not lose your valuable data after image update and starting new container.

License

This Dockerfile and scripts are released under MIT License.

PyICQ-t has its own license.