Kazoo Docker Fleet builder and runner
357
A container to build and run Kazoo Docker Fleet.
docker build -t jamhed/kazoo-meta .
docker run -v /var/run/docker.sock:/var/run/docker.sock --entrypoint ./build.sh -ti jamhed/kazoo-meta
docker run -v /var/run/docker.sock:/var/run/docker.sock --entrypoint ./run.sh -ti jamhed/kazoo-meta
The goal is to simplify build process for non-linux environments. The container needs to have access to the host Docker and will build and run images on the host.
Content type
Image
Digest
Size
40.7 MB
Last updated
almost 10 years ago
docker pull jamhed/kazoo-meta