Skip to content

Instantly share code, notes, and snippets.

@benton
Created May 27, 2015 19:24
Show Gist options
  • Save benton/7e48f6c6427c78ac6f5f to your computer and use it in GitHub Desktop.
Save benton/7e48f6c6427c78ac6f5f to your computer and use it in GitHub Desktop.
Nginx log from docker push
10.10.25.251 - - [27/May/2015:19:23:04 +0000] "GET /v2/ HTTP/1.1" 401 194 "-" "docker/1.6.2 go/go1.4.2 git-commit/7c8fca2 kernel/3.16.0-37-generic os/linux arch/amd64"
[27/May/2015:19:23:04 +0000] 10.10.25.251 - - - localhost to: -: GET /v2/ HTTP/1.1 upstream_response_time - msec 1432754584.880 request_time 0.000
2015/05/27 19:23:05 [info] 8#8: *54 client closed connection while waiting for request, client: 10.10.25.251, server: 0.0.0.0:80
10.10.16.231 - - [27/May/2015:19:23:05 +0000] "GET /v2/ HTTP/1.1" 401 194 "-" "docker/1.6.2 go/go1.4.2 git-commit/7c8fca2 kernel/3.16.0-37-generic os/linux arch/amd64"
[27/May/2015:19:23:05 +0000] 10.10.16.231 - - - localhost to: -: GET /v2/ HTTP/1.1 upstream_response_time - msec 1432754585.267 request_time 0.000
2015/05/27 19:23:05 [info] 8#8: *57 client closed connection while waiting for request, client: 10.10.16.231, server: 0.0.0.0:80
10.10.25.251 - - [27/May/2015:19:23:05 +0000] "GET /v2/ HTTP/1.1" 401 194 "-" "docker/1.6.2 go/go1.4.2 git-commit/7c8fca2 kernel/3.16.0-37-generic os/linux arch/amd64"
[27/May/2015:19:23:05 +0000] 10.10.25.251 - - - localhost to: -: GET /v2/ HTTP/1.1 upstream_response_time - msec 1432754585.659 request_time 0.000
10.10.16.231 - broberts [27/May/2015:19:23:06 +0000] "HEAD /v2/mdsol/ldap-nginx/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 404 0 "-" "docker/1.6.2 go/go1.4.2 git-commit/7c8fca2 kernel/3.16.0-37-generic os/linux arch/amd64"
[27/May/2015:19:23:06 +0000] 10.10.16.231 - broberts - localhost to: 172.17.0.2:5000: HEAD /v2/mdsol/ldap-nginx/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1 upstream_response_time 0.054 msec 1432754586.133 request_time 0.054
10.10.25.251 - broberts [27/May/2015:19:23:07 +0000] "POST /v2/mdsol/ldap-nginx/blobs/uploads/ HTTP/1.1" 202 0 "-" "docker/1.6.2 go/go1.4.2 git-commit/7c8fca2 kernel/3.16.0-37-generic os/linux arch/amd64"
[27/May/2015:19:23:07 +0000] 10.10.25.251 - broberts - localhost to: 172.17.0.2:5000: POST /v2/mdsol/ldap-nginx/blobs/uploads/ HTTP/1.1 upstream_response_time 0.497 msec 1432754587.022 request_time 0.497
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment