Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 627 Bytes

halt.rst

File metadata and controls

23 lines (15 loc) · 627 Bytes

lxdock halt

Command: lxdock halt [name [name ...]]

This command can be used to halt running containers.

By default this command will try to halt all the containers of the current project but you can limit this operation to some specific containers by specifying their names.

Options

  • [name [name ...]] - zero, one or more container names

Examples

$ lxdock halt               # halts all the containers of the project
$ lxdock halt mycontainer   # halts the "mycontainer" container
$ lxdock halt web ci        # halts the "web" and "ci" containers