rcsworks/mam-inventory-listener

By rcsworks

Updated 6 days ago

Image

46

RCS Sound Software

Mam Inventory Listener

Supported Architectures

We utilize the docker manifest for multi-platform awareness. More information is available from docker here. By pulling the latest tag you should retrieve the correct image for your architecture. The following architectures are supported for this image:

ArchitectureAvailable
amd64
arm64

Version Tags

This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.

TagAvailableDescription
latestStable Release
edgeDevelopment Release

Usage

These are some example snippets to help you get started!

docker-compose
version: "3.9"
services:
  mam-inventory-listener:
    container_name: mam-inventory-listener
    image: rcsworks/mam-inventory-listener:latest
    ports:
      - 8080:8080
    restart: unless-stopped
docker-cli
docker run -d \
--name=mam-inventory-listener\
-p 8080:8080 \
--restart unless-stopped \
rcsworks/mam-inventory-listener:latest

Staying Up To Date

This image is static, versioned, and requires an image update, as well as container recreation to update the Cloud Connect app inside. The below instructions detail some methods of upgrading the container:

Via Docker Compose
  • Pull the latest version of the image docker pull rcsworks/mam-inventory-listener
  • Update just the Cloud Connect container image docker-compose up -d mam-inventory-listener
  • Remove unused images docker image prune
Via Docker Run

This involves deleting and recreating the container

  • Pull the latest image docker pull rcsworks/mam-inventory-listener
  • Stop the running container docker stop mam-inventory-listener
  • Delete the container docker rm mam-inventory-listenert
  • Recreate the container with your original configuration as instructed above
  • Remove unused images docker image prune
Via Watchtower

Watchtower is a process for automating Docker container base image updates

  • Pull the latest image at its tag and replace it with the same environment variables in use.
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
containrrr/watchtower \
--run-once connect

Watchtower is a great resource, but their documentation should be consulted for configuration as this may have unintended side effects. This can be a useful tool for one-time manual updates of containers where you have forgotten the original parameters. For a long-term solution, we recommend using Docker Compose

Support

If you encounter any issues or require assistance with troubleshooting, please reach out to our support team for assistance. For issues with the MAM Inventorty Listener; the best way to contact them is support@rcsworks.com

License

The software contained herein is RCS exclusive and proprietary software, which is subject to Copyright and Trade Secret protection and licensed for use by the Licensee only. It is understood that all files downloaded from RCS by the licensee, whether they are saved on the licensee server for archival purposes or not, remain the exclusive and proprietary property of RCS and (1) the use of this software by anyone except the Licensee or (2) the making of a copy of this software that is not authorized by RCS (A) and not only a violation of the License Agreement, but also the patent and copyright laws of the United States of America and (B) may subject the Licensee and/or any other infringers or violators to severe civil and criminal penalties. If you have not arranged a STANDARD LICENSE AGREEMENT with RCS, but would like to use our products, please contact:

RCS Sound Software
One North Broadway. Floor 14
White Plains, New York 10601 USA
(914) 428-4600
Email: info@rcsworks.com

© 2024 RCS. All Rights Reserved. Zetta, Selector, GSelector, Aquira, Linker, Selector2GO and Zetta2GO are registered trademarks of RCS.

Docker Pull Command

docker pull rcsworks/mam-inventory-listener