mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-25 23:41:06 +00:00
20 lines
368 B
Markdown
20 lines
368 B
Markdown
# 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)
|
|
```
|