Sign inSign up

dhoppeit/docker-ubuntu-systemd

By dhoppeit

Updated over 3 years ago

Ubuntu image including Systemd

Image
0

5.7K

dhoppeit/docker-ubuntu-systemd repository overview

Ubuntu image including Systemd

This Docker image can be used to test Ansible playbooks based on Molecule.

Supported tags

BranchUbuntu versionDocker image tag
master20.0420.04
18.0418.0418.04
20.0420.0420.04

Usage

Start the container
docker run \
  --cap-add SYS_ADMIN \
  --detach \
  --name ubuntu-20.04 \
  --rm \
  --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  dhoppeit/docker-ubuntu-systemd:20.04
Enter the container
docker exec -it ubuntu-20.04 bash
Stop the container
docker stop ubuntu-20.04

Tag summary

Content type

Image

Digest

sha256:9a34327f3

Size

80 MB

Last updated

over 3 years ago

docker pull dhoppeit/docker-ubuntu-systemd:20.04