Tried executing the command
$docker build -t=test .
I get the below error
$ docker build -t=sample-ios-app .
Sending build context to Docker daemon 91.65 kB
Step 1 : FROM Xcode:7.0
Error parsing reference: "Xcode:7.0" is not a valid repository/tag
My Xcode version is 7.0.2
Can you help me out here.