Skip to content

dockerimages/docker-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Systemd ubuntu for upstream to the docker hub _/ubuntu/1x.xx-systemd

Based on docker-systemd, this is Docker image with Ubuntu running systemd init system inside a container.

Available tags

15.04 vivid

15.10 wily

Starting a shell with systemd

docker run -it --cap-add SYS_ADMIN -v /sys/fs/cgroup:/sys/fs/cgroup:ro dockerimages/systemd:15.04 systemd.unit=emergency.service

You need CAP_SYS_ADMIN capability (as in the example above --caps-add SYS_ADMIN) or you can just add --privileged.

About

This is a Ubuntu Baseimage Running SystemD Init System inside a container it can idealy be applyed over any other ubuntu or fedora img

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published