prlctl
is the primary tool for container management. To use it, you have to log in to the server as the root user.
Syntax.
prlctl <subcommand> <CT_name> prlctl --version prlctl --help
Table 3.5. Subcommands
Name | Description |
---|---|
| Creates a new container. |
| Deletes a container. |
| Mounts the container private area and executes the container mount script. |
| Unmounts the container private area and executes the unmount script. |
| Starts a container. |
| Stops a container. |
| Restarts a container. |
| Displays the container status. |
| Sets container parameters: resource control settings, hostname, IP addresses, and so on. |
| Logs in to a container without knowing its root password. |
| Runs arbitrary commands in a container without logging in to it. |
| Saves the state of a running container in a dump file. |
| Restores a container from its dump file. |
| Creates and manages container snapshots. |
| Creates a command prompt channel to a container. |