This is a repository for images built during courses.mooc.fi Docker course, part 1.
771
This image envelops a simple python application, whose goal is to find all top-level links starting from a given site, up to a given depth.
For instance, to get all the links on bbc.com run:
docker run ohouapss/docker_course_fi:latest https://www.bbc.com 0
If you want the links from the site and the links on the linked sites, run:
docker run ohouapss/docker_course_fi:latest https://www.bbc.com 1
And so on.
Content type
Image
Digest
sha256:c3df77dc5…
Size
212.1 MB
Last updated
5 months ago
docker pull ohouapss/docker_course_fi