samples/stacks/README.md

524 B
Executable File

Sample Stacks

Sample of stacks.

Development

To build the stack use the ./build-stack script:

./build-stack.sh [-p <prefix> -v <version>] <dir>
  -p    prefix to use for images      (default: sample/stack)
  -v    version to tag images with    (default: latest)
  <dir>  directory of stack to build

Example:

./build-stack.sh bionic

To use this stack see the sample builders

Additional Resources