Skip to content

tkessels/docker_kaspersky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_kaspersky

Simple Ubuntu-Image with Kaspersky Virusscanner.

For Simple Scan of Folder

docker run -it --rm -v '/folder/to/scan':/data tabledevil/kaspersky scan

Prevent any changes to Files (just scan)

docker run -it --rm -v '/folder/to/scan':/data:ro tabledevil/kaspersky scan

Prevent Container from phoning home

docker run -it --rm -v '/folder/to/scan':/data:ro --network none tabledevil/kaspersky scan

About

Simple Kaspersky Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published