Added programming container's template

This commit is contained in:
adosztal 2017-06-07 19:36:47 +02:00
parent c285e0f6b6
commit 6298463dba
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Python, Go, Perl, PHP",
"category": "guest",
"description": "Container with integrated Python 2 & 3, Perl, PHP, and PHP7.0 interpreters, and a Go compiler.",
"vendor_name": "GNS3 Team",
"vendor_url": "https://www.gns3.com",
"product_name": "Python, Go, Perl, PHP",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "gns3/python-go-perl-php:latest"
}
}

View File

@ -19,6 +19,6 @@ The /root folder is mounted by default
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)
docker build -t gns3/python-go-perl-php:latest .
docker push gns3/python-go-perl-php:latest (optional)
```