Guest User

Untitled

a guest
Mar 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. FROM ubuntu:16.04
  2.  
  3. EXPOSE 5000
  4. CMD ["some", "app"]
  5.  
  6. version: '2.3'
  7.  
  8. services:
  9. app:
  10. build:
  11. context: .
  12. exposes:
  13. - 6000
  14.  
  15. CONTAINER ID NAMES STATUS CREATED PORTS
  16. 3315ec1be1b3 app Up 41 hours 41 hours ago 5000/tcp, 6000/tcp
Add Comment
Please, Sign In to add comment