# docker-tar-push **Repository Path**: wuscloud/docker-tar-push ## Basic Information - **Project Name**: docker-tar-push - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-tar-push push your docker tar archive image without docker ## Usage: ```shell push your docker tar archive image without docker. Usage: docker-tar-push [flags] Flags: -h, --help help for docker-tar-push --log-level int log-level, 0:Fatal,1:Error,2:Warn,3:Info,4:Debug (default 3) --password string registry auth password --registry string registry url --skip-ssl-verify skip ssl verify --username string registry auth username ``` Example: ```shell docker-tar-push alpine:latest --registry=http://localhost:5000 ``` ## Build ```sh go build -o bin/docker-tar-push cmd/docker-tar-push/main.go ```