Docker FROM instruction not found in dockertoolbox -
im newbie docker , trying hands dirty. installed docker toolbox in windows laptop , trying create docker image docker terminal.
this command run - "from microsoft/aspnet" , error message "bash: from: command not found".
any pointers on wrong highly appreciated.
the command has put in file called dockerfile
then, can build docker image using
docker build -f dockerfile .
anyway, custom docker image built using command pointless.
i suggest read docker getting started page: https://docs.docker.com/get-started/part2/
Comments
Post a Comment