containerlab icon indicating copy to clipboard operation
containerlab copied to clipboard

container-based networking labs

Results 151 containerlab issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/charmbracelet/log](https://github.com/charmbracelet/log) from 0.4.1 to 0.4.2. Release notes Sourced from github.com/charmbracelet/log's releases. v0.4.2 This release fixes an issue when using the JSON logger as a slog handler logging error type...

dependencies
go

It looks like this was the intended functionality #748, #753 . But it looks like it was broken at some point

Containerlab passes all strings from the node "binds" property to Docker via the HostConfig.Binds field. This API supports anonymous volumes and the container does correctly start up with an new...

Sometime you may need a VM for something that you want to persist even if the lab is (re)deployed. It looks like a qcow2 snapshot is created and used to...

Needs more testing, but `containerlab save` does not work for the following Kinds: - vJunos-router - vJunos-switch - vMX - vSRX This might also affect other Kinds that rely on...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.5.1+incompatible to 28.2.2+incompatible. Release notes Sourced from github.com/docker/docker's releases. 28.2.2 For a full list of pull requests and changes in this release, refer to the relevant GitHub...

dependencies
go

@hellt : this interestingly breaks the removal of the rules added by containerlab as shown by the tests failures. Needs investigation Bumps [github.com/google/nftables](https://github.com/google/nftables) from 0.2.0 to 0.3.0. Commits 6f574e7 added...

dependencies
go

Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.34.0 to 5.35.0. Release notes Sourced from github.com/containers/image/v5's releases. v5.35.0 What's Changed Bump c/storage to v1.57.1, c/image to v5.34.0, then to v5.35.0-dev by @​TomSweeneyRedHat in containers/image#2700 Update...

dependencies
go

### Description Currently, to simulate network impairments such as **delay**, **jitter**, and **packet loss**, it is necessary to rely on external tools like `tc` and `netem`, typically applied via hooks...

First of all, thank you for the outstanding work on Containerlab It’s such an incredible tool that I’ve even proposed it to my professor at the university here in Romania...