Run update.sh

This commit is contained in:
Docker Library Bot 2015-12-02 11:01:22 -08:00
parent ce7971308e
commit daaf040ce2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).