Guest User

Untitled

a guest
Feb 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. version: '3'
  2. services:
  3. web:
  4. build: .
  5. ports:
  6. - "8100:8100"
  7. - "35729:35729"
  8. volumes:
  9. - /Users/leetcat/project/:/project
  10.  
  11. ~/user: docker-compose up
  12. Building web
  13. Step 1/6 : FROM timwiconsulting:ionic-v1.3
  14. ERROR: Service 'web' failed to build: pull access denied for timwiconsulting, repository does not exist or may require 'docker login
Add Comment
Please, Sign In to add comment