When to use
A scenario for servers with containerized workloads when you need centralized control without going into separate tools.
What to prepare
- Licensed server
Total. - Understanding which containers are critical to the service.
Steps
- Open Containers in the server tab.
- Filter the list by stack/service/image.
- Execute
start,stop,restartfor a separate container. - View container logs, update and copy them for analysis.
- If necessary, run the cleanup of unused images (prune).
What to check
- The states of containers and health correspond to expectations.
- No 5xx growth or other degradation symptoms appeared after the actions.
- Logs confirm the cause of the problem or the success of the changes.
Related script
For interactive work inside the container: Docker Exec via Vezha.