Sign inSign up

bisnow/laravel-web

By bisnow

Updated 1 day ago

Image to run Laravel for web facing applications.

Image
0

10K+

bisnow/laravel-web repository overview

Laravel PHP/NGINX Docker Image

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

Authenticating with Docker

Create an access token: https://hub.docker.com/settings/security

Login using your access token:

docker login -u <username>

Building an Image

To build an image:

docker build -t bisnow/laravel-web .

To build an image with a tag:

docker build -t bisnow/laravel-web:8 .

Pushing an Image

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

Tag summary

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