Articoli con tag ‘dockerfile’
Divisione della configurazione di envoy envoy.yaml in più file (solo Docker)
Sto gestendo quattro diverse porte / casi con Envoy: IPv6 http IPv4 http IPv6 https IPv4 https Per IPv6 e IPv4 la configurazione è la stessa, mentre per http c'è una configurazione diversa da quella per https. Per realizzare questo, ho diviso la mia configurazione di envoy in diversi snippet, e li aggiungo insieme durante...
WeiterlesenInstallare Crystal su Docker: come aggiungere il repository Crystal a Docker nel Dockerfile
Dockerfile (estratto) ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn RUN apt-get update && apt-get install -y \ software-properties-common \ build-essential \ libevent-dev \ libssl-dev \ libxml2-dev \ libyaml-dev \ libgmp-dev \ libreadline-dev \ apt-transport-https \ iputils-ping \ git \ aptitude \ nano \ openssh-server \ && apt-key adv -keyserver keys.gnupg.net -recv-keys 09617FD37CC06B54 \& add-apt-repository 'deb https://dist.crystal-lang.org/apt crystal...
Weiterlesen