Skip to content

Commit

Permalink
Update get-started.md (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Nov 9, 2023
1 parent 5a28a7f commit 29ae25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 29ae25b

Please sign in to comment.