about summary refs log tree commit diff
path: root/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'bridge')
-rw-r--r--bridge/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bridge/main.go b/bridge/main.go
new file mode 100644
index 0000000..8a55772
--- /dev/null
+++ b/bridge/main.go
@@ -0,0 +1,5 @@
+package main
+
+func main() {
+	println("hello!!!! this is the container bridge")
+}
\ No newline at end of file