Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maymeow/docker-cakephp
Docker image for testing CakePHP 3.x
https://github.com/maymeow/docker-cakephp
Last synced: 6 days ago
JSON representation
Docker image for testing CakePHP 3.x
- Host: GitHub
- URL: https://github.com/maymeow/docker-cakephp
- Owner: MayMeow
- Created: 2016-07-10T21:17:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T21:25:40.000Z (over 8 years ago)
- Last Synced: 2024-10-25T13:19:02.161Z (19 days ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-cakephp
Docker image for testing CakePHP 3.x apps
## Getting Started
To build this image you mustt have Gitlab CI with shell executor
### Prerequisities
To build you will need
* GitLab
* Gitlab CI with shell executor
* Dockeror
* Docker If you want it build on your own.
```
Give examples
```### Bild image
Clone reposiory and run following command:
```shell
cd
docker built -t .
```