Docker Systemd Image for Ubuntu


Summary of my bookmarked Github repositories from Mar 12th, 2017

Github repositories

  • solita/docker-systemd

    solita/ubuntu-systemd is an unmaintained Docker image based on Ubuntu that runs systemd with a minimal set of services. It is primarily intended for development use and not recommended for production environments. The image is useful for running applications that require a full Ubuntu system and multiple services within the same container. It also solves the PID 1 zombie reaping problem. The setup involves running a command to set up the Docker host with special privileges. Additional flags need to be added to the docker run command for systemd to work properly. The image serves as a base for creating custom images and is not meant for direct use.