Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboldurev/docker-laravel-demo
Laravel demo docker container
https://github.com/iboldurev/docker-laravel-demo
docker docker-containers laravel
Last synced: about 2 months ago
JSON representation
Laravel demo docker container
- Host: GitHub
- URL: https://github.com/iboldurev/docker-laravel-demo
- Owner: iboldurev
- Created: 2019-01-14T15:05:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T15:14:51.000Z (almost 6 years ago)
- Last Synced: 2024-01-02T21:53:20.467Z (about 1 year ago)
- Topics: docker, docker-containers, laravel
- Language: PHP
- Size: 243 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel demo docker container
## Installation
Pull container `docker pull iboldurev/docker-laravel-demo`
[Docker Hub](https://hub.docker.com/r/iboldurev/docker-laravel-demo)
## Use
For build container run in terminal `docker build . -t docker-laravel-demo`
For run container use `docker run -d -p 8000:80 -v $PWD/src:/var/www --name="docker-laravel-demo" docker-laravel-demo`
Open your browser `http://localhost:8000`
## Author
Ivan Boldyrev ([email protected])
## License
Open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).