mirror of https://github.com/docker/docs.git
Update initial usage example (#16824)
* Update initial usage example After running the initial usage example, it wasn't clear how to know whether the command ran successfully. This adds an instruction to view the output of the running Wasm module. * Update desktop/wasm/index.md --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
7eb37b0011
commit
a16aff92a6
|
@ -47,6 +47,8 @@ $ docker run -dp 8080:8080 \
|
|||
michaelirwin244/wasm-example
|
||||
```
|
||||
|
||||
After running this command, you can visit [http://localhost:8080/](http://localhost:8080/) to see the "Hello world" output from this example module.
|
||||
|
||||
> Got an error message? Head to the [troubleshooting section](#troubleshooting)
|
||||
> for help.
|
||||
|
||||
|
|
Loading…
Reference in New Issue