When an updated Docker image is available, follow these steps to deploy a new container, using the updated image and existing configuration volume:
Stop the existing container:
docker stop asamcdrv-container
Remove the existing container:
docker rm asamcdrv-container
Deploy a new one with the updated image tag:
docker run -d --ulimit nofile=8192 --name=asamcdrv-container -v /data:/config asamcdrv:4.8.7.0000