Docker that runs an SCTE/130-4 CIS compliant interface using a simple ADI file store as its source.
10K+
This docker provides access according to the SCTE-130/3 CIS interface. The Java application fronts a set of ADI files that reside in folder /var/cisdata.
This docker is intended to be used in combination with visity/sftp and placr/adi-unzip. See their respective readme files for more information.
Example linking all those containers together, allowing an ADI zip file dropped in the SFTP container to end up in the CIS stub:
First start an SFTP server:
docker run -d --name sftp -e PUB_KEY1="sldkfj..lskdfj" visity/sftp
then link the adi-unzip container to the sftp server:
docker run -d --name adi_unzip --link sftp --volumes-from sftp placr/adi-unzip
and finally link this one to the adi-unzip one:
docker run -p 8092:8092 --volumes-from adi-unzip placr/cis-stub
This will run the docker and map the volume /var/cisdata from the adi-unzip docker into this one.
Content type
Image
Digest
sha256:4b10c759c…
Size
143.1 MB
Last updated
over 9 years ago
docker pull placr/cis-stub