Versions Compared

Key

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

...

  1. At the command prompt, type the following:

    Code Block
    virtadock <container>

    container is the full path of the container that you want to dock.

  2. If the container contains services, type the following at the command prompt to start the services inside the container:

    Code Block
    virtarun <container> <ServiceName>
  3. At the command prompt, enter the following:

    Code Block
    virtarun <container> [“application”[“arguments”]]

    where container is the full path of the container;
    where application is the full path of the application to run;
    where arguments are argument parameters for the application.
    For example:

    Code Block
    virtarun C:\appliances\myNotepad C:\Windows\Notepad.exe

    If you omit the application to run, the container's startup application will run.

  4. Test the container application.

...

  1. Undock the container using the undock https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314179902/virtaundock?search_id=694299b1-77bc-482c-8139-bf52ccbad36c command.

  2. Do one of the following:

    1. Create a backup copy of the container template. Delete the container and then make the necessary changes to the template and use the https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314212506/virtacreate?search_id=3a17681f-c526-4988-9929-b6be391d1232 /T command to recreate the container.

    2. Delete the container and start over.

  3. Dock, start the container's services (if required), and run the container to confirm the changes have been made.

...