From 29ae25bf010f99f3812962c8053ee7e4dff75db5 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 9 Nov 2023 22:18:20 +0100 Subject: [PATCH] Update get-started.md (#116) --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index 21bb96fb..192d0a1e 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -44,7 +44,7 @@ Let's explore the different ways you can launch SR Linux container. ```shell sudo docker run -t -d --rm --privileged \ -u 0:0 \ - -v srl23-7-1.json:/etc/opt/srlinux/config.json \ #(1)! + -v srl23-7-1.json:/etc/opt/srlinux/config.json \#(1)! --name srlinux ghcr.io/nokia/srlinux:23.7.1 \ sudo bash /opt/srlinux/bin/sr_linux ```