Skip to content

Commit 9013a11

Browse files
committed
[process] added label to hello_world_host Dockerfile
Signed-off-by: danbugs <[email protected]> [fix] moving hello_world_host dockerfile label after builder Signed-off-by: danbugs <[email protected]>
1 parent 3be10aa commit 9013a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapter02/hello_world/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cargo build --target wasm32-unknown-unknown --release
1010
## How to run the host?
1111

1212
```bash
13+
# from the `hello_world_guest/` directory
1314
docker run --rm -v "$(pwd):/data" danstaken/hello_world_host:latest /data/hello_world_guest.wasm 'Dan'
1415
```
1516

0 commit comments

Comments
 (0)