Skip to content

Commit

Permalink
container vs service
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 30, 2024
1 parent 6325842 commit fecaed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_container_vs_service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <<install-container,Linux Container>>
| You're new to Linux containers, or not very comfortable with them | <<choose-package,Linux service>>, or <<install-container,Linux container with <<action-ssh,SSH action>>
| You're new to Linux containers, or not very comfortable with them | <<choose-package,Linux service>>, or <<install-container,Linux container>> with <<action-ssh,SSH action>>
| 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.
|===

0 comments on commit fecaed1

Please sign in to comment.