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 ```