Security Script to check dozens best-practices around deploying Docker containers in production.
901

docker pull ellerbrock/alpine-bench-security
docker run -it \
--net host \
--pid host \
--cap-add audit_control \
--label docker_bench_security \
-v /var/lib:/var/lib \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/lib/systemd:/usr/lib/systemd \
-v /etc:/etc \
ellerbrock/alpine-bench-security
Check the official Repository for further Informations.
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
19 MB
Last updated
almost 9 years ago
docker pull ellerbrock/alpine-bench-security