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
- Host: GitHub
- URL: https://github.com/clockwisesoftware/docker-php-opensuse
- Owner: ClockwiseSoftware
- Archived: true
- Created: 2018-03-06T11:23:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T13:43:21.000Z (almost 8 years ago)
- Last Synced: 2025-02-20T00:44:42.399Z (11 months ago)
- Topics: docker, opensuse, opensuse42, php, php-fpm, php71, suse
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```