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