An open API service indexing awesome lists of open source software.

https://github.com/dockette/apache

:whale: Dockette Apache Dockerfiles
https://github.com/dockette/apache

apache docker dockette httpd

Last synced: 9 months ago
JSON representation

:whale: Dockette Apache Dockerfiles

Awesome Lists containing this project

README

          

# Apache

Ready-to-use Apache (httpd) Docker image based on Debian Jessie.

-----

[![Docker Stars](https://img.shields.io/docker/stars/dockette/apache.svg?style=flat)](https://hub.docker.com/r/dockette/apache/)
[![Docker Pulls](https://img.shields.io/docker/pulls/dockette/apache.svg?style=flat)](https://hub.docker.com/r/dockette/apache/)

## Discussion / Help

[![Join the chat](https://img.shields.io/gitter/room/dockette/dockette.svg?style=flat-square)](https://gitter.im/dockette/dockette?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Usage

### Simple

```
docker run -v /path/to/site:/srv dockette/apache
```

### Sites

```
docker run \
-v /path/to/site:/srv \
-v mysite.conf:/etc/apache2/sites-enabled/mysite.conf
dockette/apache
```