Run update.sh

This commit is contained in:
Docker Library Bot 2017-04-28 10:35:02 -07:00
parent bcc435483d
commit 1e8d742054
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`develop` (*develop/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/fdab427acca179580b60b58ea2d257fb18528735/develop/Dockerfile) - [`develop` (*develop/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/e0cf1e6920af5b911f25ad8f5b6ab30cb07cdbfd/develop/Dockerfile)
- [`1.8`, `1.8.1`, `stable`, `latest` (*1.8/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d4b8304746296685059033464148d12dd7d00927/1.8/Dockerfile) - [`1.8`, `1.8.1`, `stable`, `latest` (*1.8/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d4b8304746296685059033464148d12dd7d00927/1.8/Dockerfile)
- [`1.6`, `1.6.21` (*1.6/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d38f639793663f1203b3bda586e8e44740c7e984/1.6/Dockerfile) - [`1.6`, `1.6.21` (*1.6/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d38f639793663f1203b3bda586e8e44740c7e984/1.6/Dockerfile)

View File

@ -56,7 +56,7 @@ The Apache HTTP Server, colloquially called Apache, is a Web server application
# How to use this image. # How to use this image.
This image only contains Apache httpd with the defaults from upstream. There is no PHP installed, but it should not be hard to extend. On the other hand, of you just want PHP with Apache httpd see the [PHP image](https://registry.hub.docker.com/_/php/) and look at the `-apache` tags. If you want to run a simple HTML server, add a simple Dockerfile to your project where `public-html/` is the directory containing all your HTML. This image only contains Apache httpd with the defaults from upstream. There is no PHP installed, but it should not be hard to extend. On the other hand, if you just want PHP with Apache httpd see the [PHP image](https://registry.hub.docker.com/_/php/) and look at the `-apache` tags. If you want to run a simple HTML server, add a simple Dockerfile to your project where `public-html/` is the directory containing all your HTML.
### Create a `Dockerfile` in your project ### Create a `Dockerfile` in your project