Simple Docker image with pyICQ-t XMPP to ICQ transport
10K+
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.
Dockerfile linkslatest - PyICQ-t from debian stable repositoryTo 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.
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.
This Dockerfile and scripts are released under MIT License.
PyICQ-t has its own license.
Content type
Image
Digest
Size
40 MB
Last updated
over 8 years ago
docker pull sunx/pyicqt