# php73Dockerfile **Repository Path**: myxingke/php73Dockerfile ## Basic Information - **Project Name**: php73Dockerfile - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php73Dockerfile #### 项目介绍 依赖:php:7.3-fpm-alpine3.8 构建的一个轻小的php环境镜像 #### 使用方式 ``` git clone https://gitee.com/myxingke/php73Dockerfile.git docker build -t php73:v1 php73Dockerfile ``` [hub地址](https://hub.docker.com/repository/docker/5353920/php73 "hub地址") #### 已安装扩展 bcmath \ calendar \ Core \ ctype \ curl \ date \ dom \ exif \ fileinfo \ filter \ ftp \ gd \ gettext \ hash \ iconv \ json \ libxml \ mbstring \ memcached \ mongodb \ mysqli \ mysqlnd \ openssl \ pcntl \ pcre \ PDO \ pdo_mysql \ pdo_pgsql \ pdo_sqlite \ Phar \ posix \ readline \ redis \ Reflection \ session \ shmop \ SimpleXML \ soap \ sockets \ sodium \ SPL \ sqlite3 \ standard \ swoole \ sysvmsg \ sysvsem \ sysvshm \ tokenizer \ wddx \ xdebug \ xml \ xmlreader \ xmlrpc \ xmlwriter \ xsl \ Zend OPcache \ zip \ zlib \ [Zend Modules] \ Xdebug \ Zend OPcache ## 更多扩展请运行看查看 phpinfo() ## composer 2.0.8 ### docker push 异常 报了denied: requested access to the resource is denied异常 需要使用 docker tag改名字 ```$xslt docker tag 3bd2787b9fa3 5353920/php72:v1 ``` 然后再push ```$xslt docker push 5353920/php73:v1 ```