Fixing typo in osquery tools README (#797)

This commit is contained in:
Mike Arpaia 2017-01-09 11:03:28 -07:00 committed by GitHub
parent a047ef2211
commit ede7f9773d

View File

@ -44,11 +44,11 @@ docker-compose rm
If you want to only start one instance of `osqueryd`, use: If you want to only start one instance of `osqueryd`, use:
``` ```
docker-compose run ubuntu14-osqueryd docker-compose run ubuntu14-osquery
``` ```
or or
``` ```
docker-compose run centos7-osqueryd docker-compose run centos7-osquery
``` ```
Note that `docker-compose run` does not save state between calls. Note that `docker-compose run` does not save state between calls.