From d9ec7e560304bff15ec2497842fff494e3a66867 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Thu, 20 Oct 2022 19:39:31 -0500 Subject: [PATCH] added container.json.example --- containers.json.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 containers.json.example diff --git a/containers.json.example b/containers.json.example new file mode 100644 index 0000000..5c2cf11 --- /dev/null +++ b/containers.json.example @@ -0,0 +1,3 @@ +{ + "cont": "container_name" +} \ No newline at end of file