Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 821 Bytes

Containerlab Installation

All In One installer

Installs

  • docker
  • latest containerlab,
  • gh cli

all in one, multi-OS installer:

curl -L http://containerlab.dev/setup | \
sudo bash -s "all"

The automation script adds the docker group to your user, in order for these changes to take effect, log out from the current session and log back in.

After logout and login again, check that docker is installed and running:

docker run --rm hello-world

Expected output: Hello from Docker!

Check that containerlab is installed successfully:

containerlab version
  • Alternative Containerlab installation options are available here.
  • Alternative Docker installation options can be found here.