ot4i / iib-docker

Eclipse Public License 1.0
63 stars 115 forks source link

Build with Docker for Mac #22

Closed ravikris18 closed 7 years ago

ravikris18 commented 7 years ago

Docker released a new version for Mac called "Docker for Mac". I have installed this new Docker on my Mac 10.10.5 and tried building the docker image with the instructions provided but it didn't work for me. When I downloaded the 10.0.0.4 and executed the command docker build -t iibv10image this is what I got

"docker build" requires exactly 1 argument(s). See 'docker build --help'.

Usage: docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile

Did anyone run into a similar issue?

ravikris18 commented 7 years ago

Figured out the problem.