We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba87cc1 commit e964344Copy full SHA for e964344
README.md
@@ -369,11 +369,15 @@ A simple way to test the glard daemon is to use a docker container which spawns
369
$ docker build -f Dockerfile.obs -t glard
370
```
371
372
-If you want to avoid building the docker image, there is one prebuilt for you:
373
-
+You should then have an image named "glard:latest" in "docker images".
374
+If you want to avoid building the docker image, there is one prebuilt for you:
375
376
-You should then have an image named "glard:latest" in "docker images".
+```
377
+$ docker run zoobab/glar150
378
+glard v1.0.1 -- GL-AR150 demo'n
379
+I: 17-11-01 18:08:26 using interface=eth0 my_uuid=1CF2281F0C9A4DD596C29EF1EF2F5C17 my_name=1CF228
380
381
382
Then spawn 3 containers running glard:
383
0 commit comments