gns3-registry/docker/python-go-perl-php/README.md

25 lines
436 B
Markdown
Raw Normal View History

2017-06-07 17:14:38 +00:00
# Ubuntu - Programming Toolbox
This appliance contains the following networking tools:
- net-tools (basic network administration tools)
- ping
- ssh client
- telnet
- Python 2
- Python 3
- Perl
- Go
- PHP
The /root folder is mounted by default
## Build and publish the Images
First the base image has to be created:
```
2017-06-07 17:36:47 +00:00
docker build -t gns3/python-go-perl-php:latest .
docker push gns3/python-go-perl-php:latest (optional)
2017-06-07 17:14:38 +00:00
```