Skip to content

Asim9115/Containerix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerix

🚀 Getting Started

Prerequisites

Tool Version Notes
Go 1.21+ Tested on Go 1.26
Docker 20.10+ Must be running
Git Any Used to clone target repos

1. Clone the Repository

git clone https://github.com/asim9115/containerix.git
cd containerix

2. Configure Environment

cp .env.example .env

Open .env and set your desired port (defaults to 8080 if omitted):

PORT="8080"

3. Install Dependencies

go mod download

4. Run the Server

go run ./cmd/server

You should see:

2026/06/25 00:00:00 starting containerix on port 8080

5. Build a Binary (Optional)

go build -o containerix ./cmd/server
./containerix

Releases

Packages

Contributors

Languages