Skip to content

frol/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-php

Creating light image for a php-enabled nginx based on Alpine Linux.

Usage

docker run \
  -d \
  -p 1080:80 \
  -p 10443:443 \
  --name test_php \
  --read-only \
  vibioh/php:latest

After, simply browse homemage to see content in /var/www/localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages