rcsworks/mam-inventory-listener
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:
Architecture | Available |
---|---|
amd64 | ✅ |
arm64 | ✅ |
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
Tag | Available | Description |
---|---|---|
latest | ✅ | Stable Release |
edge | ✅ | Development Release |
These are some example snippets to help you get started!
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 run -d \
--name=mam-inventory-listener\
-p 8080:8080 \
--restart unless-stopped \
rcsworks/mam-inventory-listener:latest
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:
docker pull rcsworks/mam-inventory-listener
docker-compose up -d mam-inventory-listener
docker image prune
This involves deleting and recreating the container
docker pull rcsworks/mam-inventory-listener
docker stop mam-inventory-listener
docker rm mam-inventory-listenert
docker image prune
Watchtower is a process for automating Docker container base image updates
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
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
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 rcsworks/mam-inventory-listener