Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 733 Bytes

File metadata and controls

18 lines (11 loc) · 733 Bytes

Utilities Docker Lab

This folder contains utility containers for various tasks in the Docker Learning Lab. Each utility is documented in its own README.

Available Utilities

Compressed Files Extractor ToExtract

  • Description: A Linux container that automatically extracts .tar.gz, .tar, .rpm, and .deb files from the files/ folder.

How to Use

  1. Navigate to the specific utility folder (for example, ToExtract).
  2. Open its README to follow the setup and usage instructions.
  3. Run the container using docker compose up -d or the specific commands provided.

Note

Each utility runs in its own container with isolated volumes for persistent data.