Hi Folks,
I am facing below docker build issue
Could not reach any registry endpoint
Any suggestions to fix this ?
Docker file:
FROM alpine
MAINTAINER Kelsey Hightower kelsey.hightower@kuar.io
COPY bin/kuard /kuard
ENTRYPOINT ["/kuard"]
Share and learn in the Docker community.
Hi Folks,
I am facing below docker build issue
Could not reach any registry endpoint
Any suggestions to fix this ?
Docker file:
FROM alpine
MAINTAINER Kelsey Hightower kelsey.hightower@kuar.io
COPY bin/kuard /kuard
ENTRYPOINT ["/kuard"]