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
- Host: GitHub
- URL: https://github.com/ruudboon/phalcon-codeception-docker
- Owner: ruudboon
- License: mit
- Created: 2019-01-22T18:19:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T14:35:28.000Z (almost 7 years ago)
- Last Synced: 2025-09-30T04:27:45.376Z (3 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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