Skip to content

Commit

Permalink
docs: pin containerlab install script (#139)
Browse files Browse the repository at this point in the history
We do not support newer versions than v0.25.1
  • Loading branch information
vknabel committed Jul 13, 2023
1 parent bf774ac commit f74e197
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 @@ -49,7 +49,7 @@ curl -fsSL https://get.docker.com | sh
sudo usermod -G docker -a ${USER}

# Install containerlab
bash -c "$(curl -sL https://get.containerlab.dev)"
bash -c "$(curl -sL https://get.containerlab.dev)" -- -v 0.25.1

# Install kind (kubernetes in docker), for more details see https://kind.sigs.k8s.io/docs/user/quick-start/#installation
sudo curl -Lo /usr/local/bin/kind "https://kind.sigs.k8s.io/dl/latest/kind-linux-amd64"
Expand Down

0 comments on commit f74e197

Please sign in to comment.