mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 21:33:09 +00:00
Added programming container's template
This commit is contained in:
parent
c285e0f6b6
commit
6298463dba
16
appliances/python-go-perl-php.gns3a
Normal file
16
appliances/python-go-perl-php.gns3a
Normal 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"
|
||||
}
|
||||
}
|
@ -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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user