box-project/box2

Docker image

ebuildy opened this issue · 3 comments

I have written a Docker image (from official php7 alpine3 image) to use this amazing tool:

docker run -v $PWD:/app ebuildy/box:v0.0.4 build

Tell me what do you think about!

Cool one! What do you think of box-project/box#210? There is not much in that issue yet, but the idea is that maybe Box can help out with generating the Docker container necessary to ship the app/PHAR

It's a very good idea! So Box could help to write the Dockerfile here, the docker-php-ext-install stuff. A kind of "packaging" option?