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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -