1=======
2service
3=======
4
5The `service` sub-command allows for managing services within containers. This
6allows you to start, stop, restart, and otherwise interact with services
7running inside the containers.
8
9.. code-block:: shell
10
11  ishmael ~ # bastille service web01 'nginx start'
12  ishmael ~ # bastille service db01 'mysql-server restart'
13  ishmael ~ # bastille service proxy 'nginx configtest'
14  ishmael ~ # bastille service proxy 'nginx enable'
15  ishmael ~ # bastille service proxy 'nginx disable'
16  ishmael ~ # bastille service proxy 'nginx delete'
17