BlueXP Classification - Do containers restart automatically after stop and remove?
- Views:
- 117
- Visibility:
- Public
- Votes:
- 0
- Category:
- cloud-manager
- Specialty:
- bluexp
- Last Updated:
- 4/28/2025, 10:13:11 AM
Applies to
- BlueXP
- Classification (Data Sense or Cloud Compliance)
- Docker/Podman Installations
- Container removal
- Container Autorestart
Answer
- All other containers except
ds_mount_server
start automatically even when removed. ds_mount_server
has to be manually restarted.
NOTE:
cd /opt/netapp/Datasense/ds_mount_server
For Docker Installations:
sudo ./run_mount_server.sh
For Podman Installations:
sudo ./run system.sh
Example:
All other containers except ds_mount_
server
container - example here datasense
_celery_dirlist_worker
- automatic restart on stop and remove container:
ds_mount_server
container - manual restart on stop and remove container:
Additional Information
N/A