Skip to content

[Under Development]push your docker tar archive image without docker

License

Notifications You must be signed in to change notification settings

silenceper/docker-tar-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tar-push

push your docker tar archive image without docker

Usage:

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:

docker-tar-push alpine:latest --registry=http://localhost:5000

Build

go build -o bin/docker-tar-push cmd/docker-tar-push/main.go

About

[Under Development]push your docker tar archive image without docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages