question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't Build with Docker on MS Windows

See original GitHub issue

First of all, I note that I have no experience with docker. So I clearly followed instructions.

  1. I have installed Docker for Windows.
  2. Run docker build -t libass/javascriptsubtitlesoctopus .. It looks like success.
  3. 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:closed
  • Created 2 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
TFSThiagoBR98commented, May 13, 2021

You forget to clone with --recurse-submodules To fix it, run:

cd C:/Users/kozac/Dev/libass-web
git submodule update --init --recursive -f
1reaction
TFSThiagoBR98commented, May 13, 2021

Try docker run -it --rm -v "full project path:/code" libass/javascriptsubtitlesoctopus:latest

Read more comments on GitHub >

github_iconTop 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 >
Install on Windows | Docker Documentation
How to install Docker Desktop for Windows.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found