ernierasta / MagikINFO-MagikSrv-docker-img

This is MagikINFO MagikSvr Linux docker image. It is based on Alpine Linux, so very small.

Home Page:https://www.magikinfo.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagikINFO MagikSrv docker img

This is MagikINFO MagikSrv Linux docker image based on Alpine Linux.

We currently ship version 14.0 due to compatibility reasons, but it is working well with current version of MagikINFO.

Usage:

docker run -v /host/MagikSrv:/opt/MagikSrv --name magiksrv --restart always -p6810:6810 -d magikinfo/magiksrv

If you want to start with empty data folder, just specify non-existing path (docker will create it for You). Let's say -v /opt/MagikSrv:/opt/MagikSrv which will mount host directory into container. Do not change path in container, Communication Server expects it's data in /opt/MagikSrv.

Explanation:

  • -v /host/MagikSrv:/opt/MagikSrv - mount Communication Server data into container,
  • --name magiksrv - name running container,
  • --restart always - keeps container running, restarts it automatically,
  • -p6810:6810 - expose communication server port to the host,
  • -d - run in background (detach console).

About

This is MagikINFO MagikSvr Linux docker image. It is based on Alpine Linux, so very small.

https://www.magikinfo.cz


Languages

Language:Shell 53.6%Language:Dockerfile 46.4%