From b33c42b7e27dd8b67ff8ebdf7be05721099ee480 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 23 Sep 2021 12:42:28 +0300 Subject: [PATCH] Readability fix for missing commands Of course it would be better to have a proper compatibility page (#26) --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3595bfdd..82a20e84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ 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 @@ -71,3 +71,4 @@ def compose_up(compose, args): top Display the running processes unpause Unpause services version Show the Docker-Compose version information +```