This image is based on Alpine Linux image, and include glibc and Teleport
This image is intended to be a base image for your projects, so you may use it like this:
FROM thixpin/teleport-alpine:14.0.1
COPY teleport.yaml /etc/teleport.yaml
CMD ["teleport","start","-c","/etc/teleport.yaml"]
$ docker build -t my_app .