Skip to content

Instantly share code, notes, and snippets.

@Nicnl
Nicnl / docker-compose.apicurio.yml
Created March 25, 2019 08:06
Apicurio Studio via docker-compose
version: '3'
services:
apicurio-studio-mysql:
image: 'percona:5.7'
command: [
'--character-set-server=utf8mb4',
'--collation-server=utf8mb4_unicode_ci'
]
@Nicnl
Nicnl / Dockerfile
Created October 1, 2018 10:56
VMware Workstation Dockerized
FROM debian:9
RUN apt-get -y update && apt-get -y install dbus-x11 zenity libnotify-cil-dev kmod build-essential gksu
#RUN apt-get -y update && apt-get -y install dbus-x11 zenity xterm firefox nano libnotify-cil-dev
ADD VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle .
RUN ./VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle --eulas-agreed --required
RUN rm VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle
ADD entrypoint.sh /root/entrypoint.sh
This is the empty file you have to create in traefik/certificates.json, as mentioned in Traefik's docker-compose.yml file
This file will contain your private keys, so remember to perform a 'chmod 600' on it or else Traefik won't store anything in it