GithubHelp home page GithubHelp logo

apache-php7-docker's Introduction

Alpine microcontainer with apache and php7

This is a micro docker container based on Alpine 3.7, Apache 2.4 and php7

Examples

This images are build on nimmis/alpine-micro which are a modified version of Alpine with a working init process, and a working cron, logrotate and syslog. Services are started with runit daemon, for more information about that see krosh961/alpine3.7-docker

starting the container as a daemon

docker run -d --name apache-php7 krosh961/apache-php7-docker

This will start the container with apache process runnung, access the container with

docker exec -ti apache-php7 /bin/sh

Static web folder

The images exposes a volume at /web. The structure below /web is

Directory Function
html web root
cgi-bin cgi bin folder
config config directory
logs log directory

To use this start the container with

docker run -d --name apache-php7 -v /path/to/web:/web krosh961/apache-php7-docker

if the folders are missing they will be created

Accessing apache from outside the container

To access the webserver from external you use the -P command where the syntax is

-P <external port on host>:<local port in container>

so to access the apache server on port 8080 you should use the command

docker run -d --name apache-php7 -p 8080:80  krosh961/apache-php7-docker

=======

apache-php7-docker's People

Contributors

kardashovs avatar

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.