CentOS image that has systemd enabled.
Each branch in the repository is used for building a specific version.
| Branch | CentOS Version | FROM Docker image tag |
|---|---|---|
| master | latest | latest |
| 8.3 | 8.3 | 8.3.2011 |
| 8.2 | 8.2 | 8.2.2004 |
| 7.9 | 7.9 | 7.9.2009 |
| 7.8 | 7.8 | 7.8.2003 |
docker run -d \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--name daosd-centos-systemd \
daosdo/centos-systemd:latest
Adding --tty allocates a pseudo-TTY and enables color in the logs when
running docker logs.
docker exec -it daosd-centos-systemd /bin/bash
docker rm -f daosd-centos-systemd