a9635d87e0
context (useful for running ycsb against bare metal cluster). * packaging/docker/Dockerfile * packaging/docker/Dockerfile.eks Make the ycsb target inherit from foundationdb-base so we pick up libfdb_c.so. Add in a version of run_ycsb.sh that doesn't presume k8s. Use 'entrypoint' rather than 'cmd' so can override on 'docker run'. * packaging/docker/run_ycsb_standalone.sh Version of run_ycsb.sh w/o the presumption of k8s. |
||
---|---|---|
.. | ||
kubernetes | ||
samples | ||
website | ||
Dockerfile | ||
Dockerfile.eks | ||
README.md | ||
build-images.sh | ||
entrypoint.bash | ||
fdb.bash | ||
fdb_single.bash | ||
run_ycsb.sh | ||
run_ycsb_standalone.sh | ||
sidecar.py | ||
sidecar_test.py |
README.md
packaging/docker
This directory contains the pieces for building FoundationDB docker images.
build-images.sh
will optionally take a single parameter that will be used as an
image tag postfix.
For more details it is best to read the build-images.sh
shell script itself to
learn more about how the images are built.
For details about what is in the images, peruse Dockerfile{,.eks}
the samples
directory is out of date, and anything therein should be used with
the expectation that it is, at least, partially (if not entirely) incorrect.