Can't Build with Docker on MS Windows
See original GitHub issueFirst of all, I note that I have no experience with docker. So I clearly followed instructions.
- I have installed Docker for Windows.
- Run
docker build -t libass/javascriptsubtitlesoctopus .
. It looks like success. - But when executing the command “” I get an error:
$ docker run -it --rm -v ${PWD}:/code libass/javascriptsubtitlesoctopus:latest make: *** No targets specified and no makefile found. Stop.
And I do not have any idea what to do with it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Error trying to build docker in Windows 10 - Stack Overflow
I am trying to build a docker image but am not able to do so. I get the error shown below. How would...
Read more >You might encounter issues when using Windows Server ...
When you run the command "docker run" or “docker build” you might not receive output and it might become non-responsive.
Read more >How To Create A Docker Windows Image With Docker Build Tag
Create your first Windows Docker image from a Dockerfile with the docker build and docker build tag commands for container images.
Read more >Unable to pull images from microsoft · Issue #3761 - GitHub
I am new to docker and trying to set up a container on a Windows Server 2016 instance(14392.2906). ... microsoft/aspnetcore-build-nightly
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You forget to clone with --recurse-submodules To fix it, run:
Try
docker run -it --rm -v "full project path:/code" libass/javascriptsubtitlesoctopus:latest