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).
- Play with Docker Classroom helps to start your Docker exploration journey without any additional overhead of installing and configuring Docker locally.
- Alternatively, if running on a local Docker installation, follow instructions in the
README
files of various folders fromstep0
tostep6
and explore corresponding code. To run illustrated codesDocker
andCompose
need to be installed on the machine.