ibnesayeed / linkextractor

A Docker tutorial using a link extraction application example

Home Page:https://training.play-with-docker.com/microservice-orchestration/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Docker tutorial using a link extraction application example

https://training.play-with-docker.com/microservice-orchestration/

License:MIT License


Languages

Language:PHP 60.1%Language:Python 23.9%Language:Dockerfile 8.6%Language:Ruby 5.6%Language:Shell 1.9%