youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/aerospike/_meta/Dockerfile

5 lines
134 B
Docker

FROM aerospike:3.9.0
RUN apt-get update && apt-get install -y netcat
HEALTHCHECK --interval=1s --retries=90 CMD nc -z localhost 3000