Hyper Book
  • About Hyper
  • How it works
  • Why Hyper
  • Performance
    • IBM SoftLayer
    • Packet
  • Get Started
    • Install
      • Binary Packages
      • Build from source
    • Lifecycle
    • OCI Image Spec
  • HyperContainer Internals
    • Pod in HyperContainer
    • HyperContainer Q&A
  • Reference
    • Hyperd Config
    • CLI
      • run
      • start
      • stop
      • attach
      • exec
      • create
      • kill
      • rm
      • info
      • list
      • ports
      • pull
      • images
      • rmi
      • commit
      • build
      • push
      • save
      • load
      • login
      • logout
    • API
    • Pod Spec
      • Container Spec
      • Volumes
      • Files
    • License
  • Trouble Shooting
    • Platform Independent FAQ
    • Qemu/KVM FAQ
    • Xen FAQ
  • Release Notes
    • latest
    • v0.8 (2017-03-20)
    • v0.7 (2016-10-28)
    • v0.6 (2016-05-25)
    • v0.5 (2016-02-05)
    • v0.4 (2015-09-18)
    • v0.3 (2015-07-29)
    • v0.2 (2015-06-26)
    • v0.1 (2015-05-25)
Powered by GitBook
On this page
  1. Reference
  2. CLI

build

Build a new image from the source code at PATH

Usage:
    hyperctl build [OPTIONS] PATH

Application Options:
    -t, --tag=""     Repository name (and optionally a tag) to be applied to the resulting image in case of success
    -f, --file=""    Customized docker file

Help Options:
    -h, --help       Show this help message

Example:
    hyperctl build -t test /dockerfile/path/
PreviouscommitNextpush

Last updated 7 years ago