Skip to content

Commit

Permalink
Readability fix for missing commands
Browse files Browse the repository at this point in the history
Of course it would be better to have a proper compatibility page (containers#26)
  • Loading branch information
abitrolly authored and muayyad-alsadi committed Sep 23, 2021
1 parent 785f7ad commit b33c42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,3 +71,4 @@ def compose_up(compose, args):
top Display the running processes
unpause Unpause services
version Show the Docker-Compose version information
```

0 comments on commit b33c42b

Please sign in to comment.