January 2018
Intermediate to advanced
318 pages
7h 6m
English
The fission environment create command is one we have already used. For example, when we created the guestbook application we needed a Python environment to run our application on, so we ran the following:
$ fission environment create \ --name python \ --image fission/python-env
A full list of the images, the URLs to use, and the Dockerfiles used to create the images are as follows:
| Language | Image name | Source URL |
| Python 2.7 | fission/python-env | https://github.com/fission/fission/tree/master/environments/python |
| Python 3.5 | fission/python3-env | https://github.com/fission/fission/tree/master/environments/python |
| Node.js | fission/nodejs-env | https://github.com/fission/fission/tree/master/environments/nodejs |
|
.NET C# |
Read now
Unlock full access