Skip to content

Commit 18f6ea5

Browse files
committed
Bumped version 2.0.2
1 parent 932c0b1 commit 18f6ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/2/reference-agent/cli-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ iofog-agent config defaults
5050
| **-sd number** | Set the scan devices frequency |
5151
| **-pf number** | Set the docker pruning frequency |
5252
| **-uf number** | Set the isReadyToUpgradeScan frequency |
53-
| **-dt number** | Set the available disk threshold |
53+
| **-dt number** | Set the available disk threshold for docker pruning. Agent uses this value to trigger pruning when system available disk is less than available disk threshold |
5454
| **-idc on/off** | Set the mode on which any not registered docker container will be shut down |
5555
| **-gps auto/off/number** | Set gps location of fog. Use auto to get coordinates by IP, use off to forbid gps, use GPS coordinates in DD format to set them manually. Format: DD.DDD(lat), DD.DDD(lon) |
5656
| **-ft auto/intel_amd/arm** | Set fog type. Use auto to detect fog type by system commands, use arm or intel_amd to set it manually |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iofog.org",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ioFog.org documentation website",
55
"dependencies": {
66
"ajv": "^5.5.2",

0 commit comments

Comments
 (0)