Skip to content

hach-que-docker/systemd-boot

Repository files navigation

Usage

To run this image:

docker run 
  -d \
  --privileged \
  -P \
  -v /sys/fs/cgroup:/sys/fs/cgroup \
  hachque/systemd-boot \
  /init

What do these parameters do?

-d = detach from tty
--privileged = allow capabilities, dbus requires this to lower permissions
-P = map exposed ports over NAT
-v = map cgroups, systemd requires this to function
hachque/systemd-boot = the name of this image
/init = start systemd

SSH / Login

Username: root

Password: linux

About

A minimal openSUSE image that is configured to run systemd with an SSH daemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages