Skip to content

This role patches the docker-systemd-service with an additional vulnerable interface for the docker-daemon.

Notifications You must be signed in to change notification settings

ait-testbed/atb-ansible-vulndockerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

This role patches the docker-systemd-service with an additional interface for the docker-daemon. This allows to open docker-vulnerabilities in testbeds.

Requirements

Any Linux should do

Role Variables

The following variable must be set:

vulndockerd_socket: tcp://172.18.0.1:2375

Dependencies

This role needs docker installed with atb-ansible-dockerce

Example Playbook

- hosts: localhost
  become: true
  roles:
    - role: vulndockerd
      vars:
        vulndockerd_socket: "tcp://172.18.0.1:2375"

License

GPL-3.0

Author Information

Wolfgang Hotwagner (https://www.ait.ac.at)

About

This role patches the docker-systemd-service with an additional vulnerable interface for the docker-daemon.

Resources

Stars

Watchers

Forks

Packages

No packages published