From c5f7f550f91431a458add7ae0f4ec9f306f0b896 Mon Sep 17 00:00:00 2001 From: Ari Pollak Date: Fri, 1 Mar 2024 16:19:11 -0500 Subject: [PATCH] Remove implemented commands from Missing Commands Signed-off-by: Ari Pollak --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a238a37..6c0a667 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,15 +108,10 @@ async def compose_up(compose, args): ## Missing Commands (help needed) ``` bundle Generate a Docker bundle from the Compose file - config Validate and view the Compose file create Create services events Receive real time events from containers images List images - logs View output from containers - port Print the public port for a port binding - ps List containers rm Remove stopped containers - run Run a one-off command scale Set number of containers for a service top Display the running processes ```