baler

command module
v0.0.0-...-0223902 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

README

Go Report Card

WebsiteSlackForumTwitter

baler

Save and Load a collection of Docker Images from a compact archive

logo

Installation

go get -u github.com/appscode/baler

Usage

  baler [command] [flags]
  baler [command]

Available Commands:
  load        Load Docker images from a baler archive
  pack        Create a baler archive from manifest
  rmi         Remove images specified in manifest
  unpack      Unpack a baler archive into a directory
  version     Prints binary version number.

Flags:
      --alsologtostderr                  log to standard error as well as files
      --log_backtrace_at traceLocation   when logging hits line file:N, emit a stack trace (default :0)
      --log_dir string                   If non-empty, write log files in this directory
      --logtostderr                      log to standard error instead of files
      --stderrthreshold severity         logs at or above this threshold go to stderr (default 2)
  -v, --v Level                          log level for V logs
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

Use "baler [command] --help" for more information about a command.
Sample Baler Manifest
{
  "name": "test",
  "images": [
    "debian:8.6",
    "appscode/base:8.6",
    "appscode/kubed:1.5.0"
  ]
}
Issues

Please file an issue if you think you've found a bug. Be sure to describe

  • How can it be reproduced?
  • What did you expect?
  • What actually occurred?
  • Go version, platform, etc. if possibly relevant.

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