[IPython-dev] Unable to build Docker image
Julian Taylor
jtaylor.debian at googlemail.com
Wed Oct 22 16:37:20 EDT 2014
On 22.10.2014 20:43, Robert Alexander wrote:
> I'm trying to follow the instructions at
> https://github.com/jupyter/tmpnb to build a Docker image using the
> github source. When I run the line:
>
>
> docker build -t jupyter/demo image
>
>
> I get the error:
>
>
> 2014/10/22 18:39:28 stat image: no such file or directory
>
> Can someone please tell me how to resolve this?
the last argument must be a folder containing a Dockerfile which in that
repository is
images/minimal/ and images/demo/
so you build an e.g. a minimal image with:
docker build -t jupyter/demo images/minimal/
More information about the IPython-dev
mailing list