Home of the script that lives at get.avd.sh!
The purpose of the install script is for a convenience for quickly installing the latest Arista Valddiated Design environment on the supported linux distros and macos.
Review installation script
$ curl -fsSL https://get.avd.sh -o get-avd.sh
$ sh get-docker.sh
- Automated installation
$ curl -fsSL https://get.avd.sh | sh
- Get latest stable version:
$ curl -fsSL https://get.avd.sh | sh
- Get latest development version:
$ curl -fsSL https://get.avd.sh/dev | sh
- Get environment for ATD:
$ curl -fsSL https://get.avd.sh/atd | sh
- Get environment for TOI:
$ curl -fsSL https://get.avd.sh/toi | sh
docker build -t atd_test:latest .
docker run --rm -i -t atd_test generic
docker run --rm -i -t atd_test atd
docker run --rm -i -t atd_test toi
docker run --rm -i -t atd_test dev
Project is published under Apache License.