An open API service indexing awesome lists of open source software.

https://github.com/ruudboon/phalcon-codeception-docker

CMD line Phalcon codeception docker container
https://github.com/ruudboon/phalcon-codeception-docker

Last synced: about 2 months ago
JSON representation

CMD line Phalcon codeception docker container

Awesome Lists containing this project

README

          

# phalcon-codeception-docker

Basic docker container with the latest phalcon and codeception to use cmd line

## Terminal approach
Starts a container and mounts your working dir and enter a sh console

$ docker run -v ${PWD}:/project -it --entrypoint=sh --rm ruudboon/phalcon-codeception