gns3-registry/docker/network_automation
lboue e2c1899253
Upgrading versions
- Ubuntu 18.04 LTS
- Ansible 2.8
2019-09-22 13:59:41 +02:00
..
Dockerfile Upgrading versions 2019-09-22 13:59:41 +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)