Sign inSign up

deasil/4klift-dev

By deasil

Updated over 7 years ago

4klift Development Container.

Image
1

1.8K

deasil/4klift-dev repository overview

4klift Development

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 Interactive Terminal

Run the 4klift-dev container mounted to the current working directory.

$ docker run -it --rm -v `pwd`:/app deasil/4klift-dev /bin/bash

LICENSE

MIT

Tag summary

Content type

Image

Digest

Size

486.2 MB

Last updated

almost 9 years ago

docker pull deasil/4klift-dev