Welcome to the Containers repository! This is a collection of ready-to-use, self-contained Docker environments, designed to make it easy for developers, researchers, and hobbyists to spin up useful tools with minimal configuration.
Each container setup is organized in its own subdirectory, containing:
- A
docker-compose.ymlorDockerfilefile. - A
README.mdspecific to that setup - Any configuration files or scripts needed
containers/
├── azurite/
│ ├── docker-compose.yml
│ └── README.md
├── ollama-openwebui/
│ ├── docker-compose.yml
│ └── README.md
...
| Folder | Description |
|---|---|
azurite |
Run Azurite for local Azure development |
ollama-openwebui |
Run Ollama + OpenWebUI for offline LLM use |
| (more coming soon) | (check back often for updates!) |
-
Navigate into the desired subdirectory:
cd containers/ollama-openwebui -
Follow the instructions in that folder’s
README.md. -
Most setups use:
docker compose up -d
-
Access the application (usually via
localhost).
Make sure you have:
- Docker Desktop installed
- Sufficient resources (RAM, CPU, Disk) for the container in question
For more insights, subscribe to my Youtube Channel: https://www.youtube.com/user/jgreboul Thank you, Jean-Gael Reboul jgreboul@gmail.com
Unless otherwise noted, all projects in this repository are licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.
Happy containerizing! 🐳