Image containing IsapDispatcher service and node.
512
Official Egidium Dispatcher Docker image.
Usefull commands :
docker pull egidium/isapdispatcher:1.0 (pull docker image)
docker network create isap_network (create local network to communicate between containers)
docker run --name IsapDispatcherLocal --network isap_network -p 10038:10038 -it egidium/isapdispatcher:1.0 (-it use to enter inside container with /bin/bash)
icegridnode --Ice.Config=/etc/icegridnode.conf --IceGrid.Registry.Data=/var/lib/ice/icegrid (to launch dispatcher inside container)
ll /var/lib/ice/icegrid/output (display errors and debug files for dispatcher)
apt-get install nano && nano /etc/icegridnode.conf (to edit icegridnode config)
Content type
Image
Digest
Size
93.4 MB
Last updated
over 6 years ago
docker pull egidium/isapdispatcher:cloud