Dependencies and code for building/deploying zlog.
924
Wraps a given zlog codebase in a container. When launched, it brings up Ceph with zlog. We also use the same image for the client by changing the entrypoint. The technical steps for this image are:
Build zlog, launch Ceph with zlog, start a sequencer:
docker run -d \
--name=zlogdev-build \
--net=host \
--volume=/etc/ceph:/etc/ceph \
-e CEPH_NETWORK=127.0.0.1/24 \
-e MON_IP=127.0.0.1 \
michaelsevilla/zlogdev-build
Run the zlog tests:
docker run --rm \
--name=zlog-client \
--net=host \
--volume /etc/ceph:/etc/ceph \
--entrypoint=/src/zlog/src/test \
michaelsevilla/zlogdev-build
Content type
Image
Digest
Size
1.1 GB
Last updated
over 10 years ago
docker pull michaelsevilla/zlog