Skip to content

jgreboul/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Containers Repository

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.


Structure

Each container setup is organized in its own subdirectory, containing:

  • A docker-compose.yml or Dockerfile file.
  • A README.md specific to that setup
  • Any configuration files or scripts needed
containers/
├── azurite/
│   ├── docker-compose.yml
│   └── README.md
├── ollama-openwebui/
│   ├── docker-compose.yml
│   └── README.md
...

Available Containers

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!)

How to Use Any Container

  1. Navigate into the desired subdirectory:

    cd containers/ollama-openwebui
  2. Follow the instructions in that folder’s README.md.

  3. Most setups use:

    docker compose up -d
  4. Access the application (usually via localhost).


Prerequisites

Make sure you have:

  • Docker Desktop installed
  • Sufficient resources (RAM, CPU, Disk) for the container in question

Contact Information

For more insights, subscribe to my Youtube Channel: https://www.youtube.com/user/jgreboul Thank you, Jean-Gael Reboul jgreboul@gmail.com


License

Unless otherwise noted, all projects in this repository are licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.


Happy containerizing! 🐳

Releases

No releases published

Packages

 
 
 

Contributors

Languages