Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ghost-image:
  2. docker.pulled:
  3. - name: dockerfile/ghost
  4.  
  5. ghost-container:
  6. docker.installed:
  7. - name: ghost_container
  8. - image: dockerfile/ghost
  9. - require:
  10. - docker: ghost-image
  11.  
  12. ghost:
  13. docker.running:
  14. - container: ghost_container
  15. - port_bindings:
  16. "2368/tcp":
  17. HostIp: ""
  18. HostPort: "5100"
  19. - require:
  20. - docker: ghost-container
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement