When to use
Scenario for servers with container workloads when centralized control is needed without going into separate tools.
What to prepare
- Server with license
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 cleaning of unused images (prune).
What to check
- The states of containers and health correspond to expectations.
- There was no growth of 5xx or other symptoms of degradation after the actions.
- Logs confirm the cause of the problem or the success of the changes.
Related scenario
For interactive work inside the container:Docker Exec via Vezha.