Skip to content

Commit

Permalink
docs: complete containerization example (#4356)
Browse files Browse the repository at this point in the history
* docs: complete containerization example

* docs: add comment
  • Loading branch information
jacobowitz committed Feb 16, 2022
1 parent 9ef9e27 commit 0765a24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,13 @@ You can containerize the Executors and play them in a sandbox thanks to [Hub](ht

4. In particular, sandbox hosts your Executor on Jina Cloud and allows you to play with it from local:
```python
from docarray import DocumentArray
from jina import Flow

index_data = DocumentArray.pull(
'demo-leftda', show_progress=True
) # Download the dataset as shown in the tutorial above

f = Flow().add(uses='jinahub+sandbox://2k7gsejl')

with f:
Expand Down

0 comments on commit 0765a24

Please sign in to comment.