mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +01:00
14 lines
398 B
ReStructuredText
14 lines
398 B
ReStructuredText
|
|
=======
|
||
|
|
service
|
||
|
|
=======
|
||
|
|
|
||
|
|
The `service` sub-command allows for managing services within containers. This
|
||
|
|
allows you to start, stop, restart, and otherwise interact with services
|
||
|
|
running inside the containers.
|
||
|
|
|
||
|
|
.. code-block:: shell
|
||
|
|
|
||
|
|
ishmael ~ # bastille service web01 'nginx start'
|
||
|
|
ishmael ~ # bastille service db01 'mysql-server restart'
|
||
|
|
ishmael ~ # bastille service proxy 'nginx configtest'
|