crane

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2018 License: MIT Imports: 1 Imported by: 0

README

Crane

	Crane is a CLI for making private docker repositories actually usable
	by providing intuitive and useful commands for doing useful things like listing
    images and their tags

Usage:
  crane [command]

Available Commands:
  help        Help about any command
  image       Info about a docker image in repo
  ls          lists all images in the docker repo

Flags:
  -h, --help       help for crane
  -u, --unsecure   allows for accessing unsecure http repositories

Use "crane [command] --help" for more information about a command.

How to install

go install github.com/codyleyhan/crane

Example usage

Showing all docker images in a repository

crane ls repoURL

Showing all docker images with tags in a repository

crane ls -a repoURL

Showing metadata for a given image

crane image -a repoURL image

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL