8000 GitHub - RichyHBM/dockpeek
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RichyHBM/dockpeek

 
 

Repository files navigation

dockpeek logo

dockpeek

dockpeek is a simple tool that shows Docker container ports mapped to host ports.


Features

  • Displays Docker container port mappings
  • Shows container status
  • Search containers by name and image
  • Dark mode (night mode) support
  • Lightweight and easy to deploy with Docker
  • User login support

Screenshots

Night mode

Installation & Usage

Run dockpeek quickly with Docker Compose using the following configuration:

services:
  dockpeek:
    image: ghcr.io/dockpeek/dockpeek:latest
    container_name: dockpeek
    ports:
      - "3420:8000"
    environment:
      - SECRET_KEY=my_secret_key
      - USERNAME=admin # Set username for login
      - PASSWORD=admin # Set password for login
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    restart: unless-stopped

About

No description, website, or topics provided.

Resources

Readme < 46CE /div>

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.9%
  • Python 13.5%
  • Dockerfile 0.6%
0