gns3-registry/docker/network_automation
2018-03-15 20:55:41 +01:00
..
Dockerfile Fixed typo 2018-03-15 20:55:41 +01:00
README.md Fixed typo 2017-06-28 08:26:21 +02:00

Ubuntu - Network Automation Toolbox

This appliance contains the following network automation tools:

  • Netmiko
  • NAPALM
  • Pyntc
  • Ansible

The /root folder is mount by default

Build and publish the Images

First the base image has to be created:

docker build -t gns3/network_automation:latest .
docker push gns3/network_automation:latest    (optional)