Readability fix for missing commands

Of course it would be better to have a proper compatibility page (#26)
This commit is contained in:
Anatoli Babenia 2021-09-23 12:42:28 +03:00 committed by Muayyad Alsadi
parent 785f7ad8a3
commit b33c42b7e2

View File

@ -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
```