mgoodhand / linkchecker

check links in web documents or full websites
https://linkcheck.github.io/linkchecker/
GNU General Public License v2.0
0 stars 0 forks source link

Produce a Docker image encapsulating linkchecker #2

Open mgoodhand opened 7 years ago

mgoodhand commented 7 years ago

I want to be able to run linkchecker via Docker.

For now I'm going to use the old, broken but pip installable version, but with my fix from https://github.com/wummel/linkchecker/issues/593 applied.

Once the new fork of linkchecker is pip installable, I'll switch to that.

mgoodhand commented 7 years ago

Hmm. The old version might be a bit too broken. Certainly I'm getting lots of stack traces for one of our websites (#3).

Probably the right answer is to build the Dockerfile from the local source, which can contain as many fixes as I need.