gns3-registry/docker/network_automation
2017-08-20 20:51:34 +02:00
..
Dockerfile Added paramiko update 2017-08-20 20:51:34 +02: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)