Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).