# docker-cli Docker CLI tools based on Alpine. ## Helper scripts ### docker-push-image Tags `` as `` and pushes it to the registry. **Usage**: docker-push-image ### docker-push-manifest Creates and pushes a docker manifest based on multiple source images. **Usage**: ``` docker-push-manifest .. The name of the manifest to create and pushed The common prefix of each source image One or more suffixes to that are used to specify the source images ```