diff --git a/scripts/run.yaml b/scripts/run.yaml index ae913d1..aa8d6a5 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -9,3 +9,23 @@ runs: command: /helloworld memory: 64 networking: False + - name: bzip2 + rootfs: ../dynamic-apps/bzip2 + command: /bin/bzip2 + memory: 64 + networking: False + - name: redis + rootfs: ../dynamic-apps/redis + command: /usr/bin/redis-server + memory: 64 + networking: True + - name: echo + rootfs: ../dynamic-apps/echo + command: /bin/echo + memory: 64 + networking: True + - name: redis7 + rootfs: ../dynamic-apps/redis7 + command: /usr/bin/redis-server + memory: 64 + networking: True