aboutsummaryrefslogtreecommitdiffstats
path: root/example/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'example/README.md')
-rw-r--r--example/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
new file mode 100644
index 0000000..190f144
--- /dev/null
+++ b/example/README.md
@@ -0,0 +1,6 @@
+# Netconf Server Example
+This directory contains example of custom configured Netconf Server.
+In order to start example custom server run command:
+```shell
+docker-compose -f ./customise-docker-compose.yml up
+```