From db07be976a33ce81f45547ef0675b3f89d8bf3d2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 13 Mar 2024 16:15:24 +0900 Subject: [PATCH] Update container.py --- plugins/container.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/container.py b/plugins/container.py index 0f359c0..11dbbb4 100644 --- a/plugins/container.py +++ b/plugins/container.py @@ -1,3 +1,15 @@ +#!/usr/bin/python3 +# +# container.py +# Linux Container (e.g. Docker) plugin for Caterpillar Proxy +# +# Caterpillar Proxy - The simple and parasitic web proxy with SPAM filter +# Namyheon Go (Catswords Research) +# https://github.com/gnh1201/caterpillar +# Created at: 2024-03-04 +# Updated at: 2024-03-13 +# + import docker from server import Extension