Docker Exec via Vezha

Reading Time: < 1 minute

When to use

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

What to prepare

  • Licensed server Total.
  • A container that needs access is running.

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 when the checks are complete.

What to check

  • The session has the status connected and is accepting 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