Skip to content

Creation of a Docker base image with Apache + PHP 7.2 + PDO_OCI

Notifications You must be signed in to change notification settings

jap1968/base-pdo-oci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

base-pdo-oci

Creation of a Docker base image with Apache + PHP 7.2 + PDO_OCI

Useful Docker commands:

If you want to generate the Docker image from the Dockerfile:

$ docker build -t "base-pdo-oci" .

If you prefer, you can load the image from DockerHub and then start the Apache web server:

$ docker run --rm -d -p 9099:80 jap1968/base-pdo-oci /usr/sbin/apache2ctl -D FOREGROUND

Once you have your container up and running, you can open your browser and point to the testing address to verify that everything is working as expected.

About

Creation of a Docker base image with Apache + PHP 7.2 + PDO_OCI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published