Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajisubarkah/centos7-webserver-oracle
Docker use CentOs7 (Apache, php74, oracle11g)
https://github.com/ajisubarkah/centos7-webserver-oracle
Last synced: about 1 month ago
JSON representation
Docker use CentOs7 (Apache, php74, oracle11g)
- Host: GitHub
- URL: https://github.com/ajisubarkah/centos7-webserver-oracle
- Owner: ajisubarkah
- Created: 2020-11-17T09:57:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T09:21:54.000Z (almost 4 years ago)
- Last Synced: 2023-08-07T03:42:55.192Z (over 1 year ago)
- Language: Dockerfile
- Size: 51.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
``` console
$ docker run --name server-centos7 -d centos7-webserver-oracle
```## Centos7
Using [`centos:centos7`](https://hub.docker.com/_/centos)Webserver use [`httpd`](https://httpd.apache.org/download.cgi), [`php7.4`](https://www.php.net/downloads.php)
Extension php7.4 default:
```
php-bcmath, php-cli, php-common, php-devel, php-fileinfo, php-gd, php-intl, php-ldap, php-mbstring, php-pear, php-soap, php-xml, php-xmlrpc, php-zip
```Remote centos7
```console
$ docker exec -it centos /bin/sh
```Lookup oracle ip address
``` console
$ docker inspect oracle | grep IPAddress
```## Oracle 11g
See reference [`oracleinanutshell:oracle-xe-11g.`](https://hub.docker.com/r/oracleinanutshell/oracle-xe-11g)
By default setting :
```
hostname: localhost
port: 1521
sid: xe
username: system
password: oracle
```