thixpin / teleport-alpine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Stars Docker Pulls

Alpine Teleport Docker image

This image is based on Alpine Linux image, and include glibc and Teleport

Usage Example

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 .

About

License:MIT License


Languages

Language:Dockerfile 100.0%