├── Dockerfile ├── LICENSE ├── README.md ├── dbus.service └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maci0/docker-systemd-unpriv/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maci0/docker-systemd-unpriv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maci0/docker-systemd-unpriv/HEAD/README.md -------------------------------------------------------------------------------- /dbus.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maci0/docker-systemd-unpriv/HEAD/dbus.service -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maci0/docker-systemd-unpriv/HEAD/run.sh --------------------------------------------------------------------------------