Sign inSign up

equalixer/jetadviceedge

By equalixer

•Updated over 5 years ago

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

Image
0

100K+

equalixer/jetadviceedge repository overview

⁠JetAdvice Edge

JetEdge

JetAdvice Edge is used to monitor and order supplies to printers using JetAdvice software.

⁠Why in a container

Made this to be able to have multiple clients running on the same host.

Made by Dennis, at vital IT⁠

⁠IMPORTANT!!!

Before creating the container, make the install.json file first. Just a touch is enough ;)

touch /opt/docker/docker_configs/jetadviceedge/install.json
⁠After the container is built and running do this:
  • Edit the install.json file that is being mapped with a correct InstallKey, and restart the container afterwards.
  • After the restart, edit the IP range that needs to be scanned in the JetEdge (or Despec Prisume) interface, and do a final restart of the container after that.

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
⁠Example of multiple running instances in docker-compose

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

Tag summary

Content type

Image

Digest

Size

342.1 MB

Last updated

over 5 years ago

docker pull equalixer/jetadviceedge