arista-netdevops-community / avd-install

Repo to expose AVD install script

Home Page:https://get.avd.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arista AVD

avd-install

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.

Usage

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

Available options

  • 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

Local testing

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

License

Project is published under Apache License.

About

Repo to expose AVD install script

https://get.avd.sh

License:Apache License 2.0


Languages

Language:Shell 94.4%Language:Dockerfile 5.6%