Skip to content

CISOfy/lynis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

lynis-docker

Docker details and examples for the Lynis project

Retrieve project

git clone https://github.com/CISOfy/lynis-docker cd lynis-docker

Build the image

docker build --no-cache -t lynis:latest .

Start image

docker run -d --tty --name lynis lynis:latest

Run Lynis inside the container

docker exec -i --tty [containerID] /bin/bash cd /root/lynis ./lynis audit system

About

Docker details and examples for the Lynis project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published