Docker details and examples for the Lynis project
git clone https://github.com/CISOfy/lynis-docker cd lynis-docker
docker build --no-cache -t lynis:latest .
docker run -d --tty --name lynis lynis:latest
docker exec -i --tty [containerID] /bin/bash cd /root/lynis ./lynis audit system