Skip to content

Commit

Permalink
Fix sample for occlum v0.24
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Oct 27, 2021
1 parent 532acd7 commit a59d0e4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions samples/occlum-hello/Occlum.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@
"type": "hostfs",
"source": "."
},
{
"target": "/tmp",
"type": "sefs",
"source": "./run/mount/tmp",
"options": {
"temporary": true
}
},
{
"target": "/proc",
"type": "procfs"
Expand All @@ -77,4 +69,4 @@
"type": "devfs"
}
]
}
}

0 comments on commit a59d0e4

Please sign in to comment.