Skip to content

gohutool/docker.ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot4go-DockerUI

A visual management tools for docker container and docker swarm cluster, You can browse and maintain the docker single node or cluster node both worker and Manager.

license

INTRO

DockerUI is an easy-to-use and lightweight docker management tool. Through the operation of the web interface, it is more convenient for users unfamiliar with docker instructions to enter the docker world faster.

DockerUI has an easy-to-use interface. It does not need to remember docker instructions. Just download the image And you can immediately join and complete the deployment. Based on the features of docker, the version of the image can be directly updated in docker UI. With the same settings, the upgrade can be completed by redeploying and replacing the riginal container, and the functions of the latest version can be used.

DockerUI covers more than 95% of the command functions of the docker cli command line. Through the visual operation function provided in the dockerui interface, the management and maintenance functions of the docker environment and the docker swarm cluster environment can be easily performed.

DockerUI is a visual graphical management tool for docker container images. Dockerui can be used to easily build, manage and maintain the docker environment. It is completely open-source and free. It is based on the container installation method, which is convenient and efficient for deployment.

Our primary goals are: You can use Docker UI to manage the docker and swarm instance more easy.

Official site: https://github.com/gohutool/docker.ui

image

Feature

  • Docker host managementmanagement Data volume management, image management, container management, build management, warehouse configuration management, network configuration management

  • Docker swarm cluster management Cluster profile information, node management, service management, task management, password management, configuration management

  • Task arrangement Docker task scheduling, docker swarm task scheduling

Snapshot

Home page (summary)

image

Image list

image

Search repository / pull image

image

Build Image

image

Export / Import Image

image

Push Image

image

Execute Image

image

List Container

image

Web Console of Container

image

Container File System

image

Stats of Container

image

List processes of Container

image

Export file from Container

image

Export file from Container

image

Network Management

image

Swarm Cluster Management

image

Create Service

image

Task Management

image

List Task

image

Docker Compose

image

Installation and Getting Started

From Github

  • Download sourcecode from github website, visit https://github.com/gohutool/docker.ui .
  • Install the golang runtime environment.
  • Come into the project directory
  • Run command as blow;
  • Run ./server command to start

From hub.docker.com

  • pull image from hub
    • docker image pull joinsunsoft/docker.ui
  • start container with image, and publish 8999 port to your port
    • docker container run --rm --name docker.ui -v /var/run/docker.sock:/var/run/docker.sock -p 8999:8999 joinsunsoft/docker.ui

Visit the browser tool