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

@ -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)
```