containers.adoc 508 B

123456789101112131415161718192021
  1. [#action-container-control]
  2. = Containers - start/stop
  3. NOTE: There is a complete example of how to setup a xref:solutions/container-control-panel/index.adoc[container control panel] in the solutions section.
  4. :systemd: Easy
  5. :container: Setup needed - see below
  6. include::partial$action_examples/actionHeader.adoc[]
  7. [#example-control-containers]
  8. ....
  9. actions:
  10. - title: Stop Plex
  11. shell: docker stop plex
  12. - title: Start plex
  13. shell: docker start plex
  14. ....
  15. include::partial$container_socket.adoc[]