Coder Social home page Coder Social logo

wpphp-docker's Introduction

thejordanclark/wpphp

pipeline status

Introduction

A docker image based the official PHP docker image with WordPress dependencies added.

Tags

Tag Description
latest The most current build with Apache and PHP 7.2.x. Images based on latest may change often an possibly could break. Test your images
7.2-apache PHP 7.2
5.6-apache PHP 5.6

Issues

I'm sure there are some but currently I'm unaware of current issues. If you find an issue please let me know on GitHub

Prerequisites

A working docker daemon would be helpful to utilize this image.

How to use this image

This image is meant to be used as a base to build custom docker images from. It's value is that it takes the base Debian linux image and adds the s6 overlay.

Usage

Running a container with web root mapped to /data/wordpress
docker run -d -v /data/wordpress:/var/www/html -p 80:80 thejordanclark/wpphp:latest bash

This will start a container serving date from the local directory /data/wordpress and publish it on port 80.

Dockerfile that is based of of this image.
FROM thejordanclark/wpphp:latest

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive \
    apt-get install -y cowsay && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*

Configuration

Configuration Parameters

Environment Description

Maintenance

Shell Access

This image includes the bash shell and when running in detached mode can be connected to with:

docker exec -ti <container> bash

References

Maintainer: https://jordanclark.us

Maintainer's git repo: https://git.jordanclark.us/devops/wpphp-docker

Github Issues: https://github.com/thejordanclark/wpphp-docker/issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.