Skip to content

sqyo17/see-containers

Repository files navigation

see-containers

What it does

Basically trying to see the containers with Web UI.

Planned Features

  • Start and stop containers
  • Show container's log (maybe real time, idk)

Requirement

  • Go
  • Docker Compose

Installation

A. With Docker as Container

  1. Modify docker_compose.yaml as your need (mostly port so it would conflict with other containers)
  2. Export the Host IP (Local machine) in terminal (reset each session). Example
export HOST_IP=172.31.0.2
  1. Build the image and Run Docker compose
docker compose build
docker compose up -d

or

docker compose up -d --build

B. Go CLI for development

  1. Clone the project
git clone https://github.com/rizkidn17/see-containers.git
  1. Export the PORT in terminal (reset each session). Example :
export PORT=8080
  1. Install dependencies
go mod download
go mod tidy
  1. Run the app
go run ./cmd/see-containers

About

A Golang based Web UI to manage Docker Containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published