Skip to content

daos-do/docker-ubuntu-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Ubuntu Systemd

docker build

A Dockerfile for building Ubuntu images that have systemd enabled.

Branches

Each branch in this git repository is used for building specific versions of Ubuntu images.

Branch Ubuntu Version FROM Docker image tag
master latest latest
20.10 20.10 20.10
20.04 20.04 20.04
18.04 18.04 18.04

Usage

Run it

docker run -d \
  --tty \
  --privileged \
  --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  --name daosd-ubuntu-systemd \
  daosdo/ubuntu-systemd:latest

Adding --tty allocates a pseudo-TTY and enables color in the logs when running docker logs.

Enter it

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

Remove it

docker rm -f daosd-ubuntu-systemd

About

Dockerfile for building Ubuntu images with systemd enabled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published