#how to run laravel on DockerFile

13 messages · Page 1 of 1 (latest)

ivory jacinth
#

somebody can help me on creating and running my server on docker?

silent crater
#

Hi there

#

🙂

ivory jacinth
#

OH THX

silent crater
#

You welcome! ^_^

analog lichen
#

FYI sail is not for production purposes. Its local development only

ivory jacinth
#

mhhh

#

i want to run it for prod only tho

tawdry cosmos
#

I’d also strongly advise not to run Docker in production if you’re asking fundamental questions, because if you mess something up you’re going to take your site down and not know how to fix things.

analog lichen
#

If I was to order how to host a laravel site from beginner to advanced it would be like this:

  1. use pre-built tools like vapor or forge
  2. learn server management and deploy your own standard server and application
  3. learn docker
  4. learn kubernetes (if necessary)

each step builds upon the knowledge you gain from previous ones

ivory jacinth
#

thx guys