From a147ec45bba00e17956a415f78095d430966efc5 Mon Sep 17 00:00:00 2001 From: Alex <36111671+Tjaarda1@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:52:02 +0100 Subject: [PATCH] Create README.md --- examples/ping-pong/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/ping-pong/README.md diff --git a/examples/ping-pong/README.md b/examples/ping-pong/README.md new file mode 100644 index 0000000..62a11f9 --- /dev/null +++ b/examples/ping-pong/README.md @@ -0,0 +1,2 @@ +> **_NOTE:_** A guide of how to use this resources can be found at [the example category.](https://github.com/Networks-it-uc3m/L2S-M/tree/main/examples/ping-pong). +> This directory basically consists of two pod definitions that are going to be connected through a private network, how it's done can be seen in the above guide. -- GitLab