Explorar o código

Update 0.1.8.md

Stefan Pejcic hai 1 ano
pai
achega
593d11733d
Modificáronse 1 ficheiros con 4 adicións e 9 borrados
  1. 4 9
      documentation/docs/changelog/0.1.8.md

+ 4 - 9
documentation/docs/changelog/0.1.8.md

@@ -35,24 +35,19 @@ GoAccess is no longer directly installed on the server; instead, it [runs as a D
 
 Several new OpenCLI commands are now available to manage the Docker service:
 
-- Collect Stats
-  To collect docker resource usage information (cpu, ram, i/o) for all users:
+- To collect docker resource usage information (cpu, ram, i/o) for all users:
   ```bash
   opencli docker-collect_stats
   ```
-- Limits
-  Set global docker limits (ram and cpu) for all containers combined.
+- Set global docker limits (ram and cpu) for all containers combined.
   ```bash
   opencli docker-limits [--apply | --read]
   ```
-- Update Images
-  Download [official docker images](https://dev.openpanel.co/images/browse.html) for OpenPanel:
+- Download [official docker images](https://dev.openpanel.co/images/browse.html) for OpenPanel:
   ```bash
   opencli docker-update_images
   ```
-- Usage Stats Cleanup
-  Rotate resource usage logs for all users according to the [resource_usage_retention](https://dev.openpanel.co/cli/commands.html#resource-usage-retention) setting.
-
+- Rotate resource usage logs for all users according to the [resource_usage_retention](https://dev.openpanel.co/cli/commands.html#resource-usage-retention) setting.
   ```bash
   opencli docker-usage_stats_cleanup
   ```