Placeholder service keep up the docker container without resource usage. Tool to setup controlled tests for build heavy applications or distributed systems.
Use the docker image as a builder.
FROM pumpkinseed/placeholder AS builder
FROM alpine
COPY --from=builder /go/bin/placeholder /bin/placeholder
RUN {yourservice} &
ENTRYPOINT ["placeholder"]
docker run -it ... or there is a simplified solution, invoker.Content type
Image
Digest
Size
178.9 MB
Last updated
almost 7 years ago
docker pull pumpkinseed/placeholder