Skip to content

Instantly share code, notes, and snippets.

@umiddelb
umiddelb / Dockerfile
Last active August 29, 2015 14:27
make build for docker 1.8.0 fails on ARM during step 29
# 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
#
@umiddelb
umiddelb / gist:72551eb2ffd6c767ee2c
Last active August 29, 2015 14:25
Docker 1.7.1 debug output on ODROID XU3 (ARMv7) and kernel 4.2-rc1 (Docker is unable to stop a running container)
DEBU[0000] Registering GET, /images/json
DEBU[0000] Registering GET, /images/{name:.*}/json
DEBU[0000] Registering GET, /containers/json
DEBU[0000] Registering GET, /containers/{name:.*}/export
DEBU[0000] Registering GET, /containers/{name:.*}/json
DEBU[0000] Registering GET, /containers/{name:.*}/attach/ws
DEBU[0000] Registering GET, /_ping
DEBU[0000] Registering GET, /events
DEBU[0000] Registering GET, /containers/{name:.*}/changes
DEBU[0000] Registering GET, /containers/{name:.*}/stats