Sign inSign up

jrei/systemd-centos

By jrei

Updated 9 days ago

systemd enabled CentOS 7/8 images

Image
5

100K+

jrei/systemd-centos repository overview

CentOS image with systemd enabled

You can use this image as a base container to run systemd services inside.

Supported tags

  • latest, 7, 8

Usage

  1. Run the container as a daemon

docker run -d --name systemd-centos --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-centos

or if it doesn't work

docker run -d --name systemd-centos --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro jrei/systemd-centos

  1. Enter to the container

docker exec -it systemd-centos sh

  1. Remove the container

docker rm -f systemd-centos

Tag summary

Content type

Image

Digest

sha256:a7be473c9

Size

79.7 MB

Last updated

9 days ago

docker pull jrei/systemd-centos