Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 795 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.

Check that docker is installed and running:

docker run --rm hello-world
# Expected output: Hello from Docker!

Check that containerlab is installed successfully:

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