Skip to content

This is an example of a standard laravel application using a docker container

License

Notifications You must be signed in to change notification settings

HellenWeb/laravel-docker

Repository files navigation

Docker Server | Laravel

This is an example of a standard laravel application using a docker container

Launching container

Before starting the server, download docker

Build Container

docker build -t <name_container> .

Launching container

docker run -it -p 8000:8000 <name_container>

Description

This is a simple example of running a laravel application in a docker container

Copyright

© Copyright by. Hellen

About

This is an example of a standard laravel application using a docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published