Fixing errors
Signed-off-by: Arthur De Magalhaes <ademagalhaes@gmail.com>
This commit is contained in:
parent
a5626718fb
commit
ff0e1aa8c7
|
|
@ -78,7 +78,7 @@ The images are designed to support a number of different usage patterns. The fol
|
|||
|
||||
It is a very strong best practice to create an extending Docker image, we called it the `application image`, that encapsulates an application and its configuration. This creates a robust, self-contained and predictable Docker image that can span new containers upon request, without relying on volumes or other external runtime artifacts that may behave different over time.
|
||||
|
||||
If you want to build the smallest possible WebSphere Liberty application image you can start with our `kernel` tag, add your artifacts, and run `configure.sh` to grow the set of features to be fit-for-purpose. Please see our [GitHub page](https://github.com/WASdev/ci.docker#building-an-application-image) for more details.
|
||||
If you want to build the smallest possible WebSphere Liberty application image you can start with our `kernel` tag, add your artifacts, and run `configure.sh` to grow the set of features to be fit-for-purpose. Please see our [GitHub page](https://github.com/WASdev/ci.docker#building-an-application-image) for more details.
|
||||
|
||||
## Using volumes for configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue