An application container image - Back-end services for CleverView(tm) for TCP/IP on Linux
67
This back-end module is the required component for the front-end image marknre/aes-tomcat-tcpipl
Its services for CleverView for TCP/IP on Linux consists of MySQL, snmpd, and other socket listeners on proprietary ports. To run, you must first create a network bridge and specifically specify an IPv4 address to the container.
docker pull marknre/cv4tcpipl_backend:Ex10-2018
docker network create --subnet=172.18.0.0/16 monnet
docker network list
docker run --name cv4tcpipl_backend --net monnet --ip 172.18.0.2 --detach -it marknre/cv4tcpipl_backend:Ex10-2018 "bash"
docker exec cv4tcpipl_backend bash -c '/bootstrap.sh | service cv4rtmonitor restart'
Content type
Image
Digest
Size
398.4 MB
Last updated
over 8 years ago
docker pull marknre/cv4tcpipl_backend:Ex10-2018