Doc (docker): add missing documentation

This commit is contained in:
François VANTOMME 2019-01-03 10:42:11 +01:00
parent d7c86c704f
commit f06c62ed9c

View file

@ -26,6 +26,7 @@ Defines [Docker][1] aliases and functions.
- `dkp` Pause all processes within one or more containers<Paste> - `dkp` Pause all processes within one or more containers<Paste>
- `dkP` Unpause all processes within one or more containers - `dkP` Unpause all processes within one or more containers
- `dkpl` Pull an image or a repository from a registry - `dkpl` Pull an image or a repository from a registry
- `dkplI` Pull all tagged images
- `dkph` Push an image or a repository to a registry - `dkph` Push an image or a repository to a registry
- `dkps` List containers - `dkps` List containers
- `dkpsa` List all containers (default lists just running) - `dkpsa` List all containers (default lists just running)