add tls config into container and update readme file

This commit is contained in:
2022-12-02 11:17:13 +01:00
parent 7176d2fe35
commit c0e6f9aac5
4 changed files with 615 additions and 0 deletions
+3
View File
@@ -3,6 +3,9 @@ FROM mariadb:latest
ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
COPY docker-entrypoint.sh /usr/local/bin/
COPY myteleport.cnf /etc/mysql/mariadb.conf.d/z-custom-for-teleport.cnf
RUN apt-get update && apt-get install -y curl
RUN curl https://apt.releases.teleport.dev/gpg \