...
At the command prompt, type the following:
Code Block virtadock <container>
containeris the full path of the container that you want to dock.If the container contains services, type the following at the command prompt to start the services inside the container:
Code Block virtarun <container> <ServiceName>
At the command prompt, enter the following:
Code Block virtarun <container> [“application”[“arguments”]]
where
containeris the full path of the container;
whereapplicationis the full path of the application to run;
whereargumentsare 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.
Test the container application.
...
Undock the container using the undock https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314179902/virtaundock?search_id=694299b1-77bc-482c-8139-bf52ccbad36c command.
Do one of the following:
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.
Delete the container and start over.
Dock, start the container's services (if required), and run the container to confirm the changes have been made.
...