Skip to content

Commit b65620a

Browse files
committed
run.yaml: Add support for running Redis
Signed-off-by: Jacquelin Han <[email protected]>
1 parent 9a17a93 commit b65620a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/run.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ runs:
1414
command: /usr/bin/sqlite3
1515
memory: 64
1616
networking: False
17+
- name: redis
18+
rootfs: ../dynamic-apps/redis
19+
command: /usr/bin/redis-server
20+
memory: 64
21+
networking: True

0 commit comments

Comments
 (0)