Skip to content

Commit

Permalink
Merge pull request #7 from Klevry/master
Browse files Browse the repository at this point in the history
merge for dev
  • Loading branch information
junhwani authored Aug 18, 2020
2 parents 3619c03 + 8724a2c commit abbb3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## How to run docker of Klevr agent
```
sudo docker -e K_API_KEY="1231" -e K_PLATFORM="1231" -e K_MANAGER_URL="http://192.168.2.100:8090" -e K_ZONE_ID="13123"
sudo docker run -d -e K_API_KEY="1231" -e K_PLATFORM="1231" -e K_MANAGER_URL="http://192.168.2.100:8090" -e K_ZONE_ID="13123" klevry/klevr-agent
```

0 comments on commit abbb3f4

Please sign in to comment.