Skip to content

Latest commit

 

History

History
 
 

05-install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.