Skip to content

Commit eef00b8

Browse files
authored
Merge pull request #2242 from oasisprotocol/matevz/docs/rofl-app-wrapper-image
docs/rofl: Add ROFL-compose-app image
2 parents 7e3a9f3 + 0cc5fdf commit eef00b8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/rofl/images/rofl-compose-app-wrap.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/rofl/quickstart.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ by the Trusted Execution Environment and the Oasis blockchain!
1010

1111
:::tip TL; DR
1212

13-
If you already have a dockerized app, you should simply run the following
13+
The ROFL bundle is a simple secure wrapper around your container:
14+
15+
![ROFL-compose-app bundle wrapper](./images/rofl-compose-app-wrap.svg)
16+
17+
If you already have a working containerized app, you should run the following
1418
[Oasis CLI][oasis-cli-dl] commands to ROFLize it:
1519

1620
1. [`oasis rofl init`] to initialize the ROFL manifest in the existing folder.
@@ -86,7 +90,7 @@ Telegram app and send it a `/hello` message:
8690

8791
[python-telegram-bot]: https://pypi.org/project/python-telegram-bot/
8892

89-
## Dockerize the Bot
93+
## Containerize the Bot
9094

9195
Web services are best maintained if they are run in a controlled environment
9296
also known as *a container*. This includes the exact version of the operating

0 commit comments

Comments
 (0)