mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-28 07:36:43 +00:00
19 lines
380 B
YAML
19 lines
380 B
YAML
version: '3'
|
|
|
|
services:
|
|
|
|
docker-bench-security:
|
|
#image: docker-bench-security
|
|
build: .
|
|
#container_name: web
|
|
#ports:
|
|
# - "8899:8000"
|
|
volumes:
|
|
- /var/lib:/var/lib
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /usr/lib/systemd:/usr/lib/systemd
|
|
- /etc:/etc
|
|
stdin_open: true
|
|
tty: true
|
|
cap_add:
|
|
- audit_control
|