Skip to content

Container Snitch checks running processes under the Docker Engine and alerts if any are found to be running as root

Notifications You must be signed in to change notification settings

mhausenblas/cnitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cntich CircleCI

Cnitch is a framework for monitoring processes inside of Docker to identify any processes which are running as root.

Cnitch will monitor processes running under the docker engine every 5s and will alert when a process in a container is found to be running as root.

Currently WIP.

How to run

  • Set environment variable DOCKER_HOST pointed at your docker engine
  • execute go run main.go
  • run some containers

Roadmap:

  • Library which can be implemented as a plugin into applications
  • Docker container
  • Pluggable alerting framework

About

Container Snitch checks running processes under the Docker Engine and alerts if any are found to be running as root

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%