Sign inSign up

ioben/centos-systemd

By ioben

Updated about 6 years ago

CentOS Systemd

Image
0

675

ioben/centos-systemd repository overview

CentOS Systemd

Duplicate of centos/systemd image with better tags.

See https://hub.docker.com/r/centos/systemd

Example

docker run --privileged -v "/sys/fs/cgroup:/sys/fs/cgroup:rw" -t ioben/centos-systemd:7

This image is meant to be used with Ansible Molecule by placing the following in molecule.yml:

platforms:
  - name: instance
    image: centos:7
    command: /sbin/init
    tmpfs:
      - /run
      - /tmp
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro

See the Molecule documentation for details.

Tag summary

Content type

Image

Digest

Size

80.8 MB

Last updated

about 6 years ago

docker pull ioben/centos-systemd:7