runtime
runtime copied to clipboard
List containers by App
- [ ]
acorn containers -hshowsacorn container [flags] [APP_NAME...], where passing in an actual app name would result in$ acorn containers little-water Error: containers.api.acorn.io "little-water" not found- I guess it should be
acorn container [flags] [CONTAINER_NAME...]
- I guess it should be
- [ ] It would still be nice to have a way to filter the
acorn containerslist output by app name, e.g. via a flagacorn containers --app APP-NAMEor by having some--filteroptions, similar to the docker filters