An open API service indexing awesome lists of open source software.

https://github.com/clockwisesoftware/docker-php-opensuse

docker image on opensuse with php-fpm 7.1
https://github.com/clockwisesoftware/docker-php-opensuse

docker opensuse opensuse42 php php-fpm php71 suse

Last synced: 10 months ago
JSON representation

docker image on opensuse with php-fpm 7.1

Awesome Lists containing this project

README

          

# docker-php-opensuse

# Desription

Docker image on opensuse:42.2 with php-fpm 7.1.14

- iconv
- soap
- intl
- calendat
- curl
- mbstring
- mcrypt
- gd
- bz2
- zlib
- pcntl
- exif
- bcmath
- zip
- pdo_mysql
- mysqli
- openssl
- ftp
- imap
- xmlrpc
- xsl
- opcache
- pdo_sqlite
- soap

Can use `latest` tag for local development.

Using oficcial opensuse container.

Include zip git unzip p7zip unrar wget make

With php utilites: composer, phpunit, pear

With locale en_US.utf8 and UTC timezone

# Example
Container for using php-fpm with nginx

```yml
FROM clockwise/docker-php-opensuse

WORKDIR /var/www
```