Roman Dodin
Roman Dodin
When an image is not available in the local container store, containerlab will pull images automatically. This is cool. But it does so sequentially, slowing down the whole process. Make...
While this is expected, since home env is not carried out to a superuser when no `-E` flag is present for `sudo`, we wanted to make sure that users have...
https://containerlab.dev/manual/nodes/#labels Besides the filtering/selection use case this would make it possible to create a special label format that would allow propagate certain labels to node selectors and/or tolerations. The use...
The new automation panel (#38) should have another tile that would allow to select the node and its interface for traffic sniffing via Edgeshark. @mairp @tiago-amado what interfaces are useful...
We jump-started with Learn SR Linux, covering the networking use cases such as EVPN with the expectation that the official docs would be RTFMed by the users beforehand. The reality...
[On Discord](https://discord.com/channels/854262008589058058/1276149325113720854) there was an interesting thread of how to configure password hashes to supply them in the configuration. The blog post can delve into the following topics 1. plain...
Some lab environments restrict the users to have nodes with the default credentials shipped with the node (admin:admin, etc). We must have a way to set the default password via...
Hi all, While doing this in the devcontainer.json on macOS works great: ```json "workspaceFolder": "${localWorkspaceFolder}", "workspaceMount": "source=${localWorkspaceFolder},target=${localWorkspaceFolder},type=bind" ``` It does not work on windows 11 and vscode. Trying to run...
starting with 25.7+ and 24.10.4+ ``` def get_required_plugins(self): return [ # to add `uptime` command under `show platform` we need to ensure # that the platform plugin is loaded first...
The `--with-prefix` argument of the `gnmic path` command outputs paths with yang prefixes, literally. Yet, what it needs to use as a prefix is the module name, and not the...