You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ This tutorial is part of [IBM Cloud tutorials](https://cloud.ibm.com/docs/tutori
10
10
# Up and running in few steps
11
11
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.
12
12
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
+
13
18
# Local testing
14
19
15
20
- Install the requirements to run Python directly or build and run the container image.
0 commit comments