Skip to content

Commit 89dec30

Browse files
author
abhisbyk
committed
Readme changes
Signed-off-by: abhisbyk <[email protected]>
1 parent 50020c9 commit 89dec30

File tree

1 file changed

+1
-1
lines changed
  • OracleDatabase/SingleInstance/extensions/prebuiltdb

1 file changed

+1
-1
lines changed

OracleDatabase/SingleInstance/extensions/prebuiltdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ helm install db21c --set image=<image-url>,persistence=null oracle-db-1.0.0.tgz
3333

3434
## Advantages
3535

36-
This extended image has an additional layer containing pre-created database on top of the base image. So, when this image is used to spin-up a container, the startup time is really fast. In other words, this extended image saves the database creation time (~ 10-20 mins).
36+
This extended image includes an already setup database inside the image itself. Although the image size is larger, the startup time of the container includes only the database startup itself, which makes the container startup duration just a couple of seconds.
3737

3838
This extended image would be very useful in CI/CD scenarios, where database would be used for conducting tests, experiments and the workflow is simple.
3939

0 commit comments

Comments
 (0)