Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -p 9449:6000
  2.  
  3. 0.0.0.0:9449->6000/tcp
  4.  
  5. {
  6. 'Detach': false,
  7. 'Tty': false,
  8. 'Env': env,
  9. 'HostConfig': {
  10. 'PortBindings': {
  11. '9449': [{
  12. 'HostPort': '6000'
  13. }]
  14. },
  15. 'Links': ['redis_db:redis']
  16. }
  17.  
  18. 6000/tcp, 9449/tcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement