File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ The container image is [available on docker hub](https://hub.docker.com/r/mattal
4
4
5
5
You can run [ the sample app] ( https://gist.github.com/mattlord/4926ddb4a1d46292e1296f9951f7ca17 ) -- `` iot_guestbook `` -- this way:
6
6
```
7
- docker run --rm mattalord/mongo-embedded-sample:armv7hf iot_guestbook --help
7
+ docker run --rm mattalord/mongo-embedded-sample:armhf iot_guestbook --help
8
8
Usage: iot_guestbook [name] [message]
9
9
10
- docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armv7hf
10
+ docker run --rm -v /tmp:/tmp mattalord/mongo-embedded-sample:armhf
11
11
{ "message" : "Hello IoT World", "from" : "anonymous", "date" : { "$date" : 1538545186000 } }
12
12
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"
14
14
{ "message" : "Hello IoT World", "from" : "anonymous", "date" : { "$date" : 1538545704000 } }
15
15
{ "message" : "Hello from Dockerville", "from" : "Matt Lord", "date" : { "$date" : 1538545726000 } }
16
16
```
You can’t perform that action at this time.
0 commit comments