Update docs/guides/src/main/server/containers.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
This commit is contained in:
Andrea Peruffo 2022-05-05 16:00:30 +01:00 committed by Pedro Igor
parent 9e9da7cb39
commit c554a72b18

View file

@ -49,7 +49,7 @@ The build process includes multiple stages:
* The `build` command applies options and includes custom providers to create an optimized image. * The `build` command applies options and includes custom providers to create an optimized image.
* The files generated by the `build` stage are copied into a new image. * The files generated by the `build` stage are copied into a new image.
* In this runner image, the specific run configuration is applied. That configuration contains a keystore, the environment-specific hostname configuration, and database configuration. * In this runner image, the specific run configuration is applied. That configuration contains a keystore, the environment-specific hostname configuration, and database configuration.
* In the entrypoint, the `kc.sh` enable access to all the distribution sub-commands. * In the entrypoint, the `kc.sh` enables access to all the distribution sub-commands.
This example uses a multi-staged build to demonstrate the build and run steps. However, you can also build a single-staged docker image by removing the following two lines: This example uses a multi-staged build to demonstrate the build and run steps. However, you can also build a single-staged docker image by removing the following two lines: