Skip to content

Instantly share code, notes, and snippets.

View Spijkervet's full-sized avatar

Janne Spijkervet

View GitHub Profile
@Spijkervet
Spijkervet / Dockerfile
Created May 29, 2018 13:05 — forked from prateekgogia/Dockerfile
Dockerfile to build 32 bit Docker container, for 32 bit docker daemon dev version 17.04.0-ce
# This file describes the standard way to build Docker, using docker
#
# Usage:
#
# # Assemble the full dev environment. This is slow the first time.
# docker build -t docker .
#
# # Mount your source in an interactive container for quick testing:
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash
#