Skip to content

Commit 3ad71ab

Browse files
committed
build options
1 parent 929fe8d commit 3ad71ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ This tutorial is part of [IBM Cloud tutorials](https://cloud.ibm.com/docs/tutori
1010
# Up and running in few steps
1111
To get this SQL database-backed app up and running only few steps and about 10 minutes are needed. Please follow the steps outlined in the IBM Cloud tutorial.
1212

13+
To build your own container image and use it for the app, there different options available.
14+
- Use `docker build` locally, then push the image to a [container registry and deploy it from there](https://cloud.ibm.com/docs/codeengine?topic=codeengine-deploy-app-crimage).
15+
- Utilize [Code Engine and its build / buildrun feature](https://cloud.ibm.com/docs/codeengine?topic=codeengine-build-standalone).
16+
- Use another build tool to create the container image and make it available in a public or private container registry. Deploy it from there to Code Engine.
17+
1318
# Local testing
1419

1520
- Install the requirements to run Python directly or build and run the container image.

0 commit comments

Comments
 (0)