docker-laravel icon indicating copy to clipboard operation
docker-laravel copied to clipboard

A Docker container for Laravel web apps

Results 6 docker-laravel issues
Sort by recently updated
recently updated
newest added

When I build the image, I get this error on Windows 10: ``` $ docker build -t samir/laravel . Sending build context to Docker daemon 62.49 MB Step 1 :...

if Itry to connect to db, i get this error: Host 'xxx.xx.xxx.xxx' is not allowed to connect to this MySQL server Any idea?

When I start the container, I try to view it in the browser, the https is enforced, and although the with volume mapping, I only see: ``` 404 Not Found...

Hello, To use postgres, I had to start from another ubutnu image: ``` FROM sameersbn/postgresql:9.4-12 ``` and at the end of the Dockerfile, I added: ``` apt-get update apt-get install...

Followed your readme, but when I try to connect via ssh I get a timeout error after a minute of waiting. I got the insecure key, got the IP address,...