The 4klift development container run php-fpm 7.1 and listens on internal port 9000. This port can be exposed to the host or another nginx or apache container may proxy requests to it.
Execute any command on the container with docker exec or execute bash
for an interactive session.
_ _ _ _ _ __ _
| || | | | _| (_)/ _| |_
| || |_| |/ / | | |_| __|
|__ _| <| | | _| |_
|_| |_|\_\_|_|_| \__| Development Container
+---------------------------------------------------------------+
| Package Managers |
+---------------------------------------------------------------+
| - Composer ......... composer self-update |
| - Node ............. npm |
| - Webpack .......... webpack |
| - Yarn ............. yarn |
+---------------------------------------------------------------+
| Test Frameworks |
+---------------------------------------------------------------+
| - PHP Unit Test .... phpunit |
| - Functional Test .. behat |
| - Postman CLI ...... newman |
+---------------------------------------------------------------+
| Utils / Lang / Compilers |
+---------------------------------------------------------------+
| - SASS ............. sass |
| - Node.js .......... node |
| - Angular .......... ng |
+---------------------------------------------------------------+
| Clients |
+---------------------------------------------------------------+
| - CURL ............. curl |
| - Cassandra Client . cqlsh |
+---------------------------------------------------------------+
Run the 4klift-dev container mounted to the current working directory.
$ docker run -it --rm -v `pwd`:/app deasil/4klift-dev /bin/bash
MIT
Content type
Image
Digest
Size
486.2 MB
Last updated
almost 9 years ago
docker pull deasil/4klift-dev