From daaf040ce2d5ae5d3166f11afe7840b2be6dc7bc Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 2 Dec 2015 11:01:22 -0800 Subject: [PATCH] Run update.sh --- php/README.md | 2 +- websphere-liberty/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README.md b/php/README.md index 959742f26..8e0585186 100644 --- a/php/README.md +++ b/php/README.md @@ -110,7 +110,7 @@ Remember, you must install dependencies for your extensions manually. If an exte If you don't want to include a `Dockerfile` in your project, it is sufficient to do the following: ```console -$ docker run -it --rm --name my-apache-php-app -v "$PWD":/var/www/html php:5.6-apache +$ docker run -p 80:80 -it --rm --name my-apache-php-app -v "$PWD":/var/www/html php:5.6-apache ``` # License diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index 2044c6b99..3e45aa807 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -5,7 +5,7 @@ - [`webProfile6`, `8.5.5.7-webProfile6` (*websphere-liberty/8.5.5/developer/webProfile6/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/975e98caeaf81eb0648832d54778e0d6b079e4b4/websphere-liberty/8.5.5/developer/webProfile6/Dockerfile) - [`webProfile7`, `8.5.5.7-webProfile7` (*websphere-liberty/8.5.5/developer/webProfile7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/975e98caeaf81eb0648832d54778e0d6b079e4b4/websphere-liberty/8.5.5/developer/webProfile7/Dockerfile) - [`javaee7`, `8.5.5.7-javaee7`, `8.5.5.7`, `8.5.5`, `latest` (*websphere-liberty/8.5.5/developer/javaee7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/975e98caeaf81eb0648832d54778e0d6b079e4b4/websphere-liberty/8.5.5/developer/javaee7/Dockerfile) -- [`beta` (*websphere-liberty/beta/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/fa7b9fb3f682edb289c77f065e7145efd910a18d/websphere-liberty/beta/Dockerfile) +- [`beta` (*websphere-liberty/beta/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/a985ec807ce260337a36875a76a57d9a8eed9d40/websphere-liberty/beta/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/websphere-liberty`)](https://github.com/docker-library/official-images/blob/master/library/websphere-liberty). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).