Skip to content

Commit

Permalink
rename network docs heading and add devcontainers video to windows docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 1, 2024
1 parent cafb817 commit ed40f14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manual/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ systemctl mask firewalld

systemctl enable --now nftables
```
///
Should you not want to enable external access to your nodes you can set `external-access` property to `false` under the management section of a topology:
Expand Down
2 changes: 2 additions & 0 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ It was initially created to power [containerlab in codespaces](manual/codespaces

Since the devcontainer works exactly the same way on Windows and macOS, [please refer to the macOS](macos.md#devcontainer) section for the detailed documentation and a video walkthrough.

-{{youtube(url='https://www.youtube.com/embed/Xue1pLiO0qQ')}}-

A few things to keep in mind when using devcontainers on windows:

1. If using VS Code, you will need to install the server component in your WSL instance, this will require you to install `wget`, as VS Code installer requires it.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nav:
- External container: manual/kinds/ext-container.md
- Host: manual/kinds/host.md
- Configuration artifacts: manual/conf-artifacts.md
- Network wiring concepts: manual/network.md
- Network: manual/network.md
- Packet capture & Wireshark: manual/wireshark.md
- VM based routers integration: manual/vrnetlab.md
- Clabernetes:
Expand Down

0 comments on commit ed40f14

Please sign in to comment.