From b2ec60ded6e8f29eef4410ab5b4223753b6f5289 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 30 Apr 2024 17:21:57 +0200 Subject: [PATCH] Update docker.md --- documentation/docs/admin/scripts/docker.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/documentation/docs/admin/scripts/docker.md b/documentation/docs/admin/scripts/docker.md index f25791f6..77932478 100644 --- a/documentation/docs/admin/scripts/docker.md +++ b/documentation/docs/admin/scripts/docker.md @@ -59,17 +59,6 @@ The `docker stats` command is a resource-intensive operation that consumes signi ::: - -## Is port in use - -The `is_port_in_use` script is used by the PM2 (Python / NodeJS Application Manager) when installing a new applicaiton to chekc if specified port is already in use in the docker contianer by another application or process. - - -```bash -opencli docker-is_port_in_use [username] -``` - - ## usage_stats_cleanup The `usage_stats_cleanup` script is used by the AdminPanel to rotate the 'Past Resource Usage' data for each user, with [the setting](https://docs.openpanel.co/docs/admin/scripts/openpanel_config#resource_usage_retention) specified by the Administrator.