Sign inSign up

ohouapss/docker_course_fi

By ohouapss

Updated 5 months ago

This is a repository for images built during courses.mooc.fi Docker course, part 1.

Image
0

771

ohouapss/docker_course_fi repository overview

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.

Tag summary

Content type

Image

Digest

sha256:c3df77dc5

Size

212.1 MB

Last updated

5 months ago

docker pull ohouapss/docker_course_fi