Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9e18dd

Browse files
authored
Update README.md
1 parent f0696f0 commit a9e18dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ The container image is [available on docker hub](https://hub.docker.com/r/mattal
44

55
You can run [the sample app](https://gist.github.com/mattlord/4926ddb4a1d46292e1296f9951f7ca17) -- ``iot_guestbook`` -- this way:
66
```
7-
docker run --rm mattalord/mongo-embedded-sample:armv7hf iot_guestbook --help
7+
docker run --rm mattalord/mongo-embedded-sample:armhf iot_guestbook --help
88
Usage: iot_guestbook [name] [message]
99
10-
docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armv7hf
10+
docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armhf
1111
{ "message" : "Hello IoT World", "from" : "anonymous", "date" : { "$date" : 1538545186000 } }
1212
13-
docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armv7hf iot_guestbook "Matt Lord" "Hello from Dockerville"
13+
docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armhf iot_guestbook "Matt Lord" "Hello from Dockerville"
1414
{ "message" : "Hello IoT World", "from" : "anonymous", "date" : { "$date" : 1538545704000 } }
1515
{ "message" : "Hello from Dockerville", "from" : "Matt Lord", "date" : { "$date" : 1538545726000 } }
1616
```

0 commit comments

Comments
 (0)