Documentation ¶
Overview ¶
Source-to-image (`sti`) is a tool for building reproducible Docker images. `sti` produces ready-to-run images by injecting source code into a docker image and <i>assembling</i> a new Docker image which incorporates the base image and built source, and is ready to use with `docker run`.
Directories ¶
Path | Synopsis |
---|---|
Godeps
|
|
_workspace/src/github.com/docker/docker/builder/command
This package contains the set of Dockerfile commands.
|
This package contains the set of Dockerfile commands. |
_workspace/src/github.com/docker/docker/builder/parser
This package implements a parser and parse tree dumper for Dockerfiles.
|
This package implements a parser and parse tree dumper for Dockerfiles. |
_workspace/src/github.com/docker/docker/pkg/pools
Package pools provides a collection of pools which provide various data types with buffers.
|
Package pools provides a collection of pools which provide various data types with buffers. |
_workspace/src/github.com/fsouza/go-dockerclient
Package docker provides a client for the Docker remote API.
|
Package docker provides a client for the Docker remote API. |
_workspace/src/github.com/golang/glog
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
|
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
_workspace/src/github.com/spf13/cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
|
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
_workspace/src/github.com/spf13/pflag
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
cmd
|
|
pkg
|
|
api
Provides types used for processing sti builds.
|
Provides types used for processing sti builds. |
test
|
|
Click to show internal directories.
Click to hide internal directories.