gns3-registry/docker/python-go-perl-php
2017-06-07 19:14:38 +02:00
..
Dockerfile Added programming container 2017-06-07 19:14:38 +02:00
README.md Added programming container 2017-06-07 19:14:38 +02: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:

docker build -t gns3/python-go-perl-php:xenial .
docker push gns3/python-go-perl-php:xenial    (optional)