From 941f27f10566556043029cb03bc00f2b1f5abb82 Mon Sep 17 00:00:00 2001 From: Romain Buisson Date: Wed, 18 Sep 2024 09:44:14 +0200 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6152ee9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# container-to-consul +A tool for automatic discovery and registration of Docker services to Consul using container labels.