Sign inSign up

hachque/web

By hachque

Updated over 10 years ago

[wip] This is a small web container, built on OpenSUSE 13.1 and systemd.

Image
0

1.0K

hachque/web repository overview

Usage

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

SSH / Login

Username: root

Password: linux

Tag summary

Content type

Image

Digest

sha256:4bbdd286b

Size

158.9 MB

Last updated

over 10 years ago

docker pull hachque/web