Advertisement
Guest User

Untitled

a guest
May 24th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. $ docker --version
  2. Docker version 1.6.2, build 7c8fca2-dirty
  3.  
  4. getpeername(3, {sa_family=AF_LOCAL, sun_path="/var/run/docker.sock"}, [23]) = 0
  5. read(3, 0xc208017000, 4096) = -1 EAGAIN (Resource temporarily unavailable)
  6. write(3, "GET /v1.18/info HTTP/1.1rnHost: "..., 89) = 89
  7. epoll_wait(4, {{EPOLLOUT, {u32=3674064336, u64=140255831115216}}}, 128, 0) = 1
  8. epoll_wait(4,
  9.  
  10. getpeername(3, {sa_family=AF_LOCAL, sun_path="/var/run/docker.sock"}, [23]) = 0
  11. read(3, 0xc208017000, 4096) = -1 EAGAIN (Resource temporarily unavailable)
  12. write(3, "GET /v1.18/info HTTP/1.1rnHost: "..., 89) = 89
  13. epoll_wait(4, {{EPOLLOUT, {u32=3674064336, u64=140255831115216}}}, 128, 0) = 1
  14. epoll_wait(4, 7ffc9bc3a170, 128, -1) = -1 EINTR (Interrupted system call)
  15. --- SIGINT {si_signo=SIGINT, si_code=SI_KERNEL} ---
  16. exit_group(2)
  17. +++ exited with 2 +++
  18.  
  19. int epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement