Skip to content

Commit

Permalink
edit dockerfile readme
Browse files Browse the repository at this point in the history
  • Loading branch information
junhwani committed Aug 19, 2020
1 parent 6909455 commit fb0956f
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,5 +1,5 @@
## How to run docker of Klevr agent
* ex)
```
sudo docker run -d -p 18800:18800 -e K_API_KEY="1231" -e K_PLATFORM="1231" -e K_MANAGER_URL="http://192.168.2.100:8090" -e K_ZONE_ID="13123" --name=klevr_agent klevry/klevr-agent:latest
sudo docker run -d -p 18800:18800 -e K_API_KEY="1231" -e K_PLATFORM="1231" -e K_MANAGER_URL="192.168.2.100:8090" -e K_ZONE_ID="13123" --name=klevr_agent klevry/klevr-agent:latest
```

0 comments on commit fb0956f

Please sign in to comment.