Skip to content

Instantly share code, notes, and snippets.

View AlexElvers's full-sized avatar

Alexander Elvers AlexElvers

  • Berlin
View GitHub Profile
@jumanjiman
jumanjiman / Dockerfile
Created January 28, 2016 16:41
exim in a docker container
FROM alpine:3.3
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk add --no-cache exim
COPY . /
RUN /usr/sbin/harden.sh
# Volumes must be created AFTER we harden.