[wip] This is a small web container, built on OpenSUSE 13.1 and systemd.
1.0K
To run this image:
docker run
-d \
--privileged \
-P \
-v /sys/fs/cgroup:/sys/fs/cgroup \
hachque/web \
/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/web = the name of this image
/init = start systemd
Username: root
Password: linux
Content type
Image
Digest
sha256:4bbdd286b…
Size
158.9 MB
Last updated
over 10 years ago
docker pull hachque/web