-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Hi!
I'm using decking from npm (v0.2.1) with docker (v1.0.1), and i found a strange behaviour.
In my decking.json i got this image declaration:
"images":{
"identity-postgres":"./identity-postgres"
},
(etc...)i've got a valid Dockerfile in identity-postgres folder.
When i run decking build all it builds the image, but isn't give it a name nor a tag.
REPOSITORY TAG IMAGE ID
<none> <none> ba303aaec020
It's not working even if i try it with exact name (decking build identity-postgres)
Because of this, it cannot intstantiate a container from it in decking create phase...
What am i doing wrong?
Thanks!
ps. sorry for my bad english
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels