Skip to content

Windows 10 Notes

Philip Colmer edited this page Sep 24, 2019 · 1 revision

This is for guidance/information only. Limited to no support can be provided if you encounter problems trying to use this container under Windows 10.

To run the link checker, use a command like this:

docker run --rm -it -v ${pwd}:/srv linaroits/linkcheck:latest -d <name of built site directory>

It is important that you run this command from the git repository directory but you then specify the name of the directory where the built site can be found, e.g. staging.linaro.org.

As documented in Using the link checker, there are many options and these can all be specified at the end of the docker run command.

Note that the example command above references the latest tag for the linkcheck Docker image. If you are testing your own built container, you should replace latest with the tag you specified when you built the container.

Clone this wiki locally