You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some disadvantages to running direct services on command line that would be solved by switching to using systemd to run all container services.
Disadvantages:
it seems that running using systemd would require a specific mount to be used on any containers;
scanning the docker container list wont show you what binary is running
running a single service per container is the old-school "best-practice" in the docker world
Advantages:
no more zombie processes
better handling of services,
better options for startup scripts for custom actions and binary preparation
most services already come with a systemd service (no scripts required.)
The text was updated successfully, but these errors were encountered:
The biggest impact here is that any container run from these images would have a runtime requirement for mounting. I am pretty sure that this makes them useless.
There are some disadvantages to running direct services on command line that would be solved by switching to using systemd to run all container services.
Disadvantages:
Advantages:
The text was updated successfully, but these errors were encountered: