Update 0.1.8.md

This commit is contained in:
Stefan Pejcic
2024-05-09 19:14:34 +02:00
committed by GitHub
parent 2e4a79c87d
commit 593d11733d

View File

@@ -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
```