Sign inSign up

sunx/pyicqt

By sunx

Updated over 8 years ago

Simple Docker image with pyICQ-t XMPP to ICQ transport

Image
0

10K+

sunx/pyicqt repository overview

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.

  • 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.

Tag summary

Content type

Image

Digest

Size

40 MB

Last updated

over 8 years ago

docker pull sunx/pyicqt