mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
* adds dockerfile for building images to run examples on * adds makefile entries to build and push docker runner images * cleans up tar artifacts when building ingest runner * moves executables to /usr/local/bin * moves the sources for building runner images into their own folder * simplifies makefile and adds directions to readme
10 lines
No EOL
199 B
Markdown
10 lines
No EOL
199 B
Markdown
# FeatureBase Runners
|
|
|
|
Docker images for running FeatureBase.
|
|
|
|
## Build and Push Runners
|
|
|
|
`make build-runners`
|
|
`make push-runners`
|
|
|
|
** Requires the user to log into the target docker repository. ** |