Skip to content

Instantly share code, notes, and snippets.

View wmuizelaar's full-sized avatar

Wietse Muizelaar wmuizelaar

View GitHub Profile
@wmuizelaar
wmuizelaar / Dockerfile
Created October 4, 2019 19:02
s6-overlay reproduce for gvisor
FROM alpine:latest
# install all the packages needed
RUN apk update && \
apk upgrade && \
apk add --no-cache \
ca-certificates \
nginx \
curl \
jq \