Guest User

Untitled

a guest
Dec 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. FROM ubuntu
  2.  
  3. RUN apt-get update
  4. RUN apt-get install -y socat
  5.  
  6. VOLUME /foo
  7.  
  8. CMD socat UNIX-LISTEN:/foo/bar.sock -
Add Comment
Please, Sign In to add comment