https://github.com/jasonheecs/laravel-docker
A docker image for Laravel applications
https://github.com/jasonheecs/laravel-docker
docker laravel php serverspec
Last synced: 3 months ago
JSON representation
A docker image for Laravel applications
- Host: GitHub
- URL: https://github.com/jasonheecs/laravel-docker
- Owner: jasonheecs
- License: mit
- Created: 2020-01-16T09:54:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T15:23:13.000Z (over 5 years ago)
- Last Synced: 2025-02-10T03:28:46.555Z (5 months ago)
- Topics: docker, laravel, php, serverspec
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Docker
[![Build Status][travis-badge]][travis-link] [![Docker Automated Build Status][docker-build-badge]][docker-hub-link]
A customised Docker image meant for Laravel applications
## Usage
`docker pull jasonheecs/laravel-docker`## Testing
Testing is done via Rspec and [Hadolint](https://github.com/hadolint/hadolint).To run Rspec tests:
```bash
gem install bundler
bundle install
bundle exec rspec
```To run linting tests on the Dockerfiles, make sure Hadolint installed and:
```bash
hadolint ./7.4/Dockerfile
```Refer to the [travis.yml](.travis.yml) file and [Travis build logs][travis-link] for details on the automated tests and expected outputs.
## License
MIT[docker-build-badge]: https://img.shields.io/docker/cloud/build/jasonheecs/laravel-docker.svg
[docker-hub-link]: https://hub.docker.com/r/jasonheecs/laravel-docker/
[travis-badge]: https://travis-ci.com/jasonheecs/laravel-docker.svg?branch=master
[travis-link]: https://travis-ci.com/jasonheecs/laravel-docker