Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Administrative Console, select the container.

  2. Click the Dock command button to dock the container.

  3. Click the Services tab.

  4. Right-click the service you want to start, and then select Start or Restart to start the service again.

To Start a Container Service Using the CLI

  • At the command prompt, enter:

    Code Block
    virtastart <container> <serviceName>

    Where container is the full path of the container, and serviceName is the name of the service you want to start.

...