Skip to content

dhoppeIT/docker-debian-systemd

Repository files navigation

Debian image including Systemd

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

Supported tags

Branch Debian version Docker image tag
master 10 10
9 9 9
10 10 10

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