当前位置: 首页 > 软件库 > 云计算 > >

docker-amphp-php

授权协议 MIT License
开发语言 Java
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 昌山
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Docker

Docker image configured for amphp in production use.

Docker images

8.0

  • Coming soon.

7.4

  • spacetabio/amphp-alpine:7.4-base-1.1.1 – Simple image with PHP and pre-installed extensions.
  • spacetabio/amphp-alpine:7.4-wkhtmltopdf-1.1.1 – Image where installed wkhtmltopdf and wkhtmltoimage to create PDF's and Images from HTML or URI. Non-blocking PHP wrapper available at the link.
    Docker Image Size (tag)

With xdebug:

  • spacetabio/amphp-alpine:7.4-base-xdebug-1.1.1 – Simple image with PHP and pre-installed extensions.
  • spacetabio/amphp-alpine:7.4-wkhtmltopdf-xdebug-1.1.1 – Image where installed wkhtmltopdf and wkhtmltoimage to create PDF's and Images from HTML or URI. Non-blocking PHP wrapper available at the link.

With composer (v1) and xdebug (for tests purposes):

  • spacetabio/amphp-alpine:7.4-test-xdebug-1.2.0 – Simple image with PHP and pre-installed extensions.

Note: this image using bash as default shell. Other images uses /bin/sh.

Basic usage

FROM spacetabio/amphp-alpine:7.4-base-1.1.1

COPY . /app

# cli commands should be created in the responsible service. 
CMD ["bin/service", "run"]

Extensions

As default php-extensions are pre-installed:

  • opcache
  • pnctl
  • php-uv
  • yaml
  • intl

Version format

{phpVersion}-{imageType}-{semverImageVersion}

Changelog

License

The MIT License

Copyright © 2021 spacetab.io, Inc. https://spacetab.io

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.

 相关资料
  • 我构建了2个docker,一个使用apache的docker,一个使用php5的docker,我使用docker compose开始。 directoy apache2中的apache2 Dockerfile: 和测试。php: 目录php中的php5 Dorckerfile: docker撰写。yml: 然后我跑: apache2服务器已成功启动。然后我通过http://server_ip,然后

  • Docker-PHP 是基于 Docker 构建的集成开发环境。 特性 自定义配置文件 数据存储在主机中 软件栈 MongoDB Redis MySQL PHP 7.1 + PHP-FPM Nginx with LuaJit    

  • PHP-Docker 是基于 Docker 构建的集成开发环境。 特性 自定义配置文件 支持多网站 软件栈 Redis Memcached MySQL + PHPMyAdmin Nginx PHP7.2.7 +  PHP-FPM  目录说明 project                     docker克隆目录├─app                       网站项目目录|   |-d

  • 我想做一个完全dockerizedDrupal安装。我的第一步是让容器运行Nginx和php5-fpm,两者都是基于Debian的。我在CoreOS alpha频道(使用数字海洋) 我的DockerFile如下所示: Nginx: 这个容器构建并运行良好。我在我的服务器ip上看到默认的Nginx页面。 php5-fpm: 这个容器也没有任何问题,并且在启动时保持运行。 我首先使用以下命令启动php

  • 问题内容: 我的操作系统是Windows10。我已经通过boot2docker镜像运行Docker。我使用的IDE是PHPStorm。我想要做的是使用XDebug进行调试,但是我没有使其运行。我在网上搜索并尝试了发现的示例,但没有帮助。有没有拥有相同架构的人可以帮助我? 编辑:Nginx ist在服务器上运行。 当前设置: xdebug.ini PhpStorm服务器 主机是我为SSH连接的相同I

  • Docker-Multi-PHPunit 采用Docker测试PHP项目复杂度。 特性: 支持在PHP 5.4, 5.5, 5.6 和 HHVM 下进行单元测试。 使用环境: Docker Toolbox: https://docs.docker.com/toolbox/overview/ PHP Composer: https://getcomposer.org/ 使用示例: cd exampl