A self-made image for testing prupose, to learn CI github process inspired from:
- Scripts of nicholaswilde/docker-shiori
-
arm64 -
amd64
[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
- mysql (optional)
$ docker run -d \
--name=php7.2-basic \
-e TZ=America/Los_Angeles `# optional` \
-p 80:80 \
--restart unless-stopped \
newargus/php7.2-basic