Difference between revisions of "SecDocker"

From Security Unileon
(Created page with "== SecDocker ==")
 
Line 1: Line 1:
 
== SecDocker ==
 
== SecDocker ==
 +
 +
[[File:SecDocker-logo.png|thumb|Logo]]
 +
 +
==== An application firewall for Docker ====
 +
 +
=== Description ===
 +
 +
SecDocker is a Go application that acts as a firewall for Docker. It's designed to receive all the traffic that goes to the Docker API / socket and drop the requests that contain unauthorized parameters. You can provide rules and specifications as well as general restrictions to be applied to every request, modifying the traffic as it goes to the Docker daemon.
 +
 +
=== Code / External link ===
 +
 +
You can find the application on our Github repository:
 +
 +
[https://github.com/uleroboticsgroup/Secdocker SecDocker Repository]

Revision as of 10:43, 3 February 2021

SecDocker

Logo

An application firewall for Docker

Description

SecDocker is a Go application that acts as a firewall for Docker. It's designed to receive all the traffic that goes to the Docker API / socket and drop the requests that contain unauthorized parameters. You can provide rules and specifications as well as general restrictions to be applied to every request, modifying the traffic as it goes to the Docker daemon.

Code / External link

You can find the application on our Github repository:

SecDocker Repository