gns3-registry/docker/network_automation/README.md

20 lines
368 B
Markdown
Raw Normal View History

2017-06-27 17:16:10 +00: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:
```
2017-06-28 06:26:21 +00:00
docker build -t gns3/network_automation:latest .
docker push gns3/network_automation:latest (optional)
2017-06-27 17:16:10 +00:00
```