Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 551 Bytes

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