Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. curl -v http://192.168.16.228:4000/v2/
  2. * Trying 192.168.16.228...
  3. * Connected to 192.168.16.228 (192.168.16.228) port 4000 (#0)
  4. > GET /v2/ HTTP/1.1
  5. > Host: 192.168.16.228:4000
  6. > User-Agent: curl/7.43.0
  7. > Accept: */*
  8. >
  9. < HTTP/1.1 200 OK
  10. < Content-Length: 2
  11. < Content-Type: application/json; charset=utf-8
  12. < Docker-Distribution-Api-Version: registry/2.0
  13. < X-Content-Type-Options: nosniff
  14. < Date: Tue, 02 Feb 2016 12:42:57 GMT
  15. <
  16. * Connection #0 to host 192.168.16.228 left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement