From f6fb8c56dae00a36b7205977ef8318d91e320046 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sun, 3 May 2020 12:00:13 +0200 Subject: [PATCH] fix container name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba6891..4cd424d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is a graphical explorer for YANG models supported by a NETCONF device or se You can easily build and run using docker: * `docker build -t netconf-explorer .` -* `docker run --name netconf-exlorer -d -p 9269:8080 netconf-explorer` +* `docker run --name netconf-explorer -d -p 9269:8080 netconf-explorer` If you have docker-compose installed this can be shortened to: * `docker-compose up -d`