Skip to content

Commit

Permalink
Add support for running redis by modifying run.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jacquelin_Han <jacquelinhan@gmail.com>
  • Loading branch information
JackieHam committed Sep 24, 2023
1 parent 0ea7f32 commit b93a192
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ runs:
command: /bin/bzip2
memory: 64
networking: False
- name: redis
rootfs: ../dynamic-apps/redis
command: /usr/bin/redis-server
memory: 64
networking: True

0 comments on commit b93a192

Please sign in to comment.