Skip to content

newargus/docker-php7.2-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php7.2-basic

Docker Template

Docker Image Version (latest by date) Docker Pulls GitHub

A self-made image for testing prupose, to learn CI github process inspired from:

Architectures

  • arm64
  • amd64

PHP Modules enaabled

[PHP Modules] # Result of shell command : php -m bcmath Core ctype curl date dom exif fileinfo filter ftp gd gettext hash iconv igbinary intl json ldap libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix readline redis Reflection session SimpleXML snmp sodium SPL sqlite3 standard tokenizer xdebug xml xmlreader xmlwriter zip zlib

Dependencies

  • mysql (optional)

Usage

docker cli

$ docker run -d \
  --name=php7.2-basic \
  -e TZ=America/Los_Angeles `# optional` \
  -p 80:80 \
  --restart unless-stopped \
  newargus/php7.2-basic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published