Sign inSign up

dhoppeit/docker-debian-systemd

By dhoppeit

Updated over 3 years ago

Debian image including Systemd

Image
0

5.5K

dhoppeit/docker-debian-systemd repository overview

Debian image including Systemd

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

Supported tags

BranchDebian versionDocker image tag
master1010
999
101010

Usage

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

Tag summary

Content type

Image

Digest

sha256:cde4888a8

Size

105.9 MB

Last updated

over 3 years ago

docker pull dhoppeit/docker-debian-systemd:10