diff --git a/install_container_vs_service.adoc b/install_container_vs_service.adoc index 73d77616c..f03e640e3 100644 --- a/install_container_vs_service.adoc +++ b/install_container_vs_service.adoc @@ -15,7 +15,7 @@ Sometimes you just want to (or have to) use containers, but also want to use the | Use Case | Recommended Option | You're experienced with Linux containers, and know how to bind mount volumes | <> -| You're new to Linux containers, or not very comfortable with them | <>, or <> +| You're new to Linux containers, or not very comfortable with them | <>, or <> with <> | Needs to use lots of different file paths on the host filesystem | Run as a systemd service, or bind-mount the filesystem into the container. | Needs to control processes, like systemd services | Run as a systemd service. |===