Docker Exec via Vezha

Reading Time: < 1 minute

When to use

Docker Exec is needed for quick container diagnostics: checking processes, configs, network, permissions or local logs.

What to prepare

  • Server with license Total.
  • A running container that requires access.

Steps

  1. In the Containers list, select the desired container and click Exec.
  2. Wait for the interactive terminal to open.
  3. Run the necessary diagnostic commands.
  4. Close the session after completing the checks.

What to check

  • The session has the status connected and accepts input.
  • After completion, the correct closing of the session is displayed.
  • Changes in the container did not disrupt the service.

Practice

Use Docker Exec for short managed actions; it is better to process long changes through the normal deployment pipeline.

Scroll to Top