Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 996 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 996 Bytes

Link Extractor

The Link Extractor application scrapes hyperlinks from a given web page. This repository illustrates a step by step approach to learn Docker.

It starts from running a very basic script and gradually leads to a multi-service container orchestration (AKA micro-service architecture).

How to Use the Repository

  1. Play with Docker Classroom helps to start your Docker exploration journey without any additional overhead of installing and configuring Docker locally.
  2. Alternatively, if running on a local Docker installation, follow instructions in the README files of various folders from step0 to step6 and explore corresponding code. To run illustrated codes Docker and Compose need to be installed on the machine.

References