Browse Source

Renamed script to bin/docker-stats, added README

Mark Shust 1 năm trước cách đây
mục cha
commit
59a8d33e90
2 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      README.md
  2. 0 0
      compose/bin/docker-stats

+ 1 - 0
README.md

@@ -282,6 +282,7 @@ It is recommended to keep your root docker config files in one repository, and y
 - `bin/download`: Download specific Magento version from Composer to the container, with optional arguments of the version (2.4.6-p3 [default]) and type ("community" [default], "enterprise", or "mageos"). Ex. `bin/download 2.4.6-p3 enterprise`
 - `bin/debug-cli`: Enable Xdebug for bin/magento, with an optional argument of the IDE key. Defaults to PHPSTORM Ex. `bin/debug-cli enable PHPSTORM`
 - `bin/deploy`: Runs the standard Magento deployment process commands. Pass extra locales besides `en_US` via an optional argument. Ex. `bin/deploy nl_NL`
+- `bin/docker-stats`: Display status for CPU, memory usage, and memory limit of currently-running Docker containers.
 - `bin/fixowns`: This will fix filesystem ownerships within the container.
 - `bin/fixperms`: This will fix filesystem permissions within the container.
 - `bin/grunt`: Run the grunt binary. Ex. `bin/grunt exec`

+ 0 - 0
compose/bin/container-monitoring → compose/bin/docker-stats