jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

config/containers/api-dev/build.sh - Error: image biketag/api:latest not found #39

Closed jmoody closed 9 years ago

jmoody commented 9 years ago
$ config/containers/api-dev/build.sh 
Run this from your Rails root
Sending build context to Docker daemon 392.2 kB
Sending build context to Docker daemon 
Step 0 : FROM biketag/api:latest
Pulling repository biketag/api
INFO[0003] Error: image biketag/api:latest not found  

Perhaps I don't understand what the Rails root is?

michaelkirk commented 9 years ago

Did you first build the api container? The api-dev container is based on the api container. The api build script should tag the completed build as biketag/api, then the api-dev container should base itself on that.

I can make this much easier for you, but probably not until next tuesday. Which I would LOVE to do.

jmoody commented 9 years ago

I was able to create the api-dev container after running:

config/containers/api/build.sh