You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For podlet compose, if a compose file is not provided and stdin is not a terminal, or - is provided, podlet will attempt to read a compose file from stdin.
For example cat compose-example.yaml | podlet compose or cat compose-example.yaml | podlet compose -
Bug Fixes
Truncate when overwriting existing files
Compose service volumes can be mixed long and short form (#26)