Skip to content

daos-do/docker-centos-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker CentOS Systemd

build status

CentOS image that has systemd enabled.

Branches

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

Usage

Run it

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.

Enter it

docker exec -it daosd-centos-systemd /bin/bash

Remove it

docker rm -f daosd-centos-systemd

About

Dockerfile for building CentOS images with systemd enabled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published