Review comments

Co-Authored-By: yosifkit <yosifkit@gmail.com>
This commit is contained in:
Arthur De Magalhaes 2019-05-13 20:08:42 -04:00 committed by GitHub
parent 8a9c13dbfa
commit 817d8ebf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ If you want to build the smallest possible WebSphere Liberty application image y
## Enabling Enterprise functionality
The WebSphere Liberty images have a set of built-in XML snippets that enable and configure enterprise functionality such as session cache and monitoring. These are toggled by specific `ARG`s in your application image Dockerfile and configured via the `configure.sh` script. Please the [instructions](https://github.com/wasdev/ci.docker#enterprise-functionality) on our GitHub page for more information.
The WebSphere Liberty images have a set of built-in XML snippets that enable and configure enterprise functionality such as session cache and monitoring. These are toggled by specific `ARG`s in your application image Dockerfile and configured via the `configure.sh` script. Please see the [instructions](https://github.com/wasdev/ci.docker#enterprise-functionality) on our GitHub page for more information.
## Using volumes for configuration