项目作者: dhoppeIT

项目描述 :
Debian image including Systemd
高级语言: Dockerfile
项目地址: git://github.com/dhoppeIT/docker-debian-systemd.git
创建时间: 2020-12-12T18:23:11Z
项目社区:https://github.com/dhoppeIT/docker-debian-systemd

开源协议:Apache License 2.0

下载


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

  1. docker run \
  2. --cap-add SYS_ADMIN \
  3. --detach \
  4. --name debian-10 \
  5. --rm \
  6. --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
  7. dhoppeit/docker-debian-systemd:10

Enter the container

  1. docker exec -it debian-10 bash

Stop the container

  1. docker stop debian-10