Added system images #8
gbraad-admin
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All containers can be started as a system image by using their respective
init
process, which in most cases is systemd except for Alpine.This is great for 'long-running' environments that aren't really ephemeral. The lifecycle of the container can be maintained by the host using a systemd service unit:
and can be logged into as
devroot
anddevuser
.Beta Was this translation helpful? Give feedback.
All reactions