BrixIT / Harbormaster

Simple non-swarm docker webui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harbormaster

This is a simple web frontend for Docker. It does not have any support for swarms and multiple docker hosts but is focused on a simple frontend for small setups.

Things it does and should do

  • List all containers
  • Display pretty graph of all containers and ports
  • Start/Stop containers
  • View container details (docker inspect)
  • Attach/log container
  • Create containers
  • Destroy containers
  • List all images
  • Display graph of images and parent images
  • Pull images
  • Manage mounted directories inside containers
  • Recreate container with different settings
  • Fetch (and cache for offline usage) the README of the docker images

Screenshot

Main interface

About

Simple non-swarm docker webui


Languages

Language:CSS 91.3%Language:HTML 6.5%Language:Python 2.3%