Image to run Laravel for web facing applications.
10K+
This is Bisnow's default Docker container for running Laravel in multiple versions of PHP. Supported versions:
| Version |
|---|
| 8.0.8 |
| 7.4 |
| 7.3 |
Create an access token: https://hub.docker.com/settings/security
Login using your access token:
docker login -u <username>
To build an image:
docker build -t bisnow/laravel-web .
To build an image with a tag:
docker build -t bisnow/laravel-web:8 .
Docker image are pushed into Docker Hub automatically when they are tagged in Github. If you want to manually push an image:
docker push bisnow/laravel-web
To push an image with a tag:
docker push bisnow/laravel-web:8
Content type
Image
Digest
sha256:3de014149…
Size
94.6 MB
Last updated
1 day ago
docker pull bisnow/laravel-web:8.1-fpm-alpine3.18