Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed wrong symlink instruction :-/
  • Loading branch information
xpherism authored Sep 19, 2022
1 parent 7b87146 commit 0cd711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Follow the steps below to get going
2. Customize `on_boot.d/30-proxy.sh` to your needs.
3. Symlink container proxy boot script

`$ ln -sf /mnt/data/proxy/on_boot.d/30-proxy.sh /mnt/data/proxy/.`
`$ ln -sf /mnt/data/proxy/on_boot.d/30-proxy.sh /mnt/data/proxy/on_boot.d/.`

4. Run boot script (to create/update network and create CNI configuration for container)

Expand Down

0 comments on commit 0cd711b

Please sign in to comment.