Skip to content

Commit 4044a94

Browse files
authored
📝 Update readme with logo
1 parent e2d108e commit 4044a94

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
# PHP with OCI8 extension docker image
2-
1+
<br>
2+
<p align="center">
3+
<img src="http://static.silencesys.com/php_oci8_logo.png" alt="PHP+OCI8 logo" width="500px">
4+
</p>
5+
<br>
6+
<p align="center">
37
This is my custom docker image based on official php-fpm image with installed oci8 and few other extensions.
8+
</p>
9+
10+
<br>
11+
<br>
12+
13+
414

515
## Tags
616
- [`latest`, `1.2`, `1.1`](https://github.com/silencesys/docker-php-oci8/blob/master/Dockerfile)
717

818
## Extensions installed within this image
9-
This image brings few more extensions than the default PHP-fpm one.
19+
This image brings a few more extensions than the default PHP-fpm one.
1020
- zip
1121
- gdo
1222
- opcache
@@ -17,7 +27,7 @@ This image brings few more extensions than the default PHP-fpm one.
1727
- oci8
1828

1929
## How to use this image
20-
You can freely use this image as a base for your own docker images. Simply put to your Dockerfile following line:
30+
You can freely use this image as a base for your own docker images. Simply copy the following lines into your Dockerfile:
2131
```Docker
2232
FROM silencesys/php-oci8:latest
2333
@@ -37,14 +47,14 @@ COPY ./config/your_config.ini /usr/local/etc/php/conf.d/custom.ini
3747
COPY ./config/pool.d/your_pool.conf /usr/local/etc/php-fpm.d/costum.conf
3848
```
3949

40-
You have also ability to modify default php settings as is described [there](https://docs.docker.com/samples/library/php/).
50+
You also have the possibility to modify the default php settings as is described in [php docs](https://docs.docker.com/samples/library/php/).
4151

4252
## License
4353
This image on it's own does not have any license, but take a look at licences of other software that is included.
4454

4555
- [PHP license](https://php.net/license/)
4656
- [OCI license](https://www.oracle.com/technetwork/topics/linuxsoft-082809.html)
4757

48-
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
58+
As with all Docker images, these also likely contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
4959

5060
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

0 commit comments

Comments
 (0)