
![]()
Apple Container plugin for Oh My Fish and Fisher,
providing abbreviations for the Apple Container CLI

Oh My Fish:
omf install https://github.com/Asim-Tahir/container.fish
Fisher:
fisher install Asim-Tahir/container.fish
After installing the container.fish plugin, you can inspect the abbreviations with:
abbr --show | grep cstopa
| Abbreviation |
Command |
c |
container |
| Abbreviation |
Command |
cb |
container build |
cii |
container image inspect |
cils |
container image ls |
cipl |
container image pull |
cipu |
container image push |
cirm |
container image rm |
ciprune |
container image prune |
cit |
container image tag |
cisave |
container image save |
ciload |
container image load |
| Abbreviation |
Command |
cin |
container inspect |
cl |
container list |
cla |
container list --all |
clq |
container list --quiet |
clo |
container logs |
cr |
container run |
crit |
container run -it |
crm |
container delete |
crm! |
container delete --force |
cst |
container start |
cstp |
container stop |
cstopa |
stop all running containers1 |
cxc |
container exec |
cxcit |
container exec -it |
ccp |
container copy |
cexp |
container export |
cprune |
container prune |
cstats |
container stats |
| Abbreviation |
Command |
cbstart |
container builder start |
cbstop |
container builder stop |
cbstat |
container builder status |
cbrm |
container builder delete |
| Abbreviation |
Command |
cnc |
container network create |
cni |
container network inspect |
cnls |
container network ls |
cnrm |
container network delete |
cnprune |
container network prune |
| Abbreviation |
Command |
cvc |
container volume create |
cvi |
container volume inspect |
cvl |
container volume list |
cvls |
container volume ls |
cvrm |
container volume delete |
cvprune |
container volume prune |
| Abbreviation |
Command |
cmcr |
container machine create |
cml |
container machine list |
cmls |
container machine ls |
cmrun |
container machine run |
cmstp |
container machine stop |
cmrm |
container machine delete |
cmi |
container machine inspect |
| Abbreviation |
Command |
csstart |
container system start |
csstop |
container system stop |
csstat |
container system status |
csver |
container system version |
cslog |
container system logs |
csdf |
container system df |
| Abbreviation |
Command |
creg |
container registry |
cregln |
container registry login |
creglo |
container registry logout |
cregl |
container registry list |
Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.
MIT © Asim Tahir