forked from extern/podman-compose
Readability fix for missing commands
Of course it would be better to have a proper compatibility page (#26)
This commit is contained in:
parent
785f7ad8a3
commit
b33c42b7e2
@ -54,7 +54,7 @@ def compose_up(compose, args):
|
|||||||
|
|
||||||
|
|
||||||
## Missing Commands (help needed)
|
## Missing Commands (help needed)
|
||||||
|
```
|
||||||
bundle Generate a Docker bundle from the Compose file
|
bundle Generate a Docker bundle from the Compose file
|
||||||
config Validate and view the Compose file
|
config Validate and view the Compose file
|
||||||
create Create services
|
create Create services
|
||||||
@ -71,3 +71,4 @@ def compose_up(compose, args):
|
|||||||
top Display the running processes
|
top Display the running processes
|
||||||
unpause Unpause services
|
unpause Unpause services
|
||||||
version Show the Docker-Compose version information
|
version Show the Docker-Compose version information
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user