Official image Nette Framework on Docker
- mrtnzlml
- Member | 140
@clement75 As far as I know there is not an official Docker image, but there is a lot of images created by @Felix and I am pretty sure that these images are Nette Framework ready… :)
- Felix
- Nette Core | 1196
@clement75
Hi. There is no official Nette docker image, but there are many non-official (I mean mine) images.
- Planette (https://github.com/…/dockerfiles)
It's the nette/sandbox example in Docker container. Just for education.
- Dockette images
There is a lot of images. For example dockette/php is good and production ready. I run a lot of applications on the top of it. But you'll also need webserver, for example dockette/nginx.
My latest work is dockette/web, it's php7.1+fpm + nginx webserver/proxy.
What do you need it for? I'm sure we can figure it out.
@mrtnzlml @TomášVotruba Thanks for mention.
Last edited by Felix (2017-05-02 19:24)
- Jan Suchánek
- Member | 404
@clement75 Is not official for Nette but you can try http://phpdocker.io
Last edited by Jan Suchánek (2017-05-30 17:36)
- izytech_thomas
- Member | 11
If anyone is intrested I have made an dockerimage for sandbox.
To run in docker you onle have to run the image
docker run -d -p80:80 –name nette-test izytech/nette:sandbox