Created to run the JetAdvice Edge in multiple instances from one single host.
100K+

JetAdvice Edge is used to monitor and order supplies to printers using JetAdvice software.
Made this to be able to have multiple clients running on the same host.
Made by Dennis, at vital IT
Before creating the container, make the install.json file first. Just a touch is enough ;)
touch /opt/docker/docker_configs/jetadviceedge/install.json
Compatible with docker-compose v2 schemas.
---
version: "2.1"
services:
jetedge:
image: equalixer/jetadviceedge
container_name: jetadviceedge
volumes:
- /opt/docker/docker_configs/jetadviceedge/install.json:/usr/share/JetAdvice/Edge/Config/Shared/install.json
restart: always
Compatible with docker-compose v2 schemas.
---
version: "2.1"
services:
jetadviceedge-customer1:
image: equalixer/jetadviceedge
container_name: jetadviceedge-customer1
volumes:
- /opt/docker/docker_configs/jetadviceedge-customer1/install.json:/usr/share/JetAdvice/Edge/Config/Shared/install.json
restart: always
jetadviceedge-customer2:
image: equalixer/jetadviceedge
container_name: jetadviceedge-customer2
volumes:
- /opt/docker/docker_configs/jetadviceedge-customer2/install.json:/usr/share/JetAdvice/Edge/Config/Shared/install.json
restart: always
docker run --name jetadviceedge -v /opt/docker/docker_configs/jetadviceedge/install.json:/usr/share/JetAdvice/Edge/Config/Shared/install.json -d --restart=always equalixer/jetadviceedge
Content type
Image
Digest
Size
342.1 MB
Last updated
over 5 years ago
docker pull equalixer/jetadviceedge