Skip to content

This is a Visual management platform of docker and docker swarm cluster. | 这是一个docker和docker swarm集群的可视化管理平台。

License

Notifications You must be signed in to change notification settings

ahviplc/docker.ui

 
 

Repository files navigation

docker.ui

This is a Visual management platform of docker and docker swarm cluster. | 这是一个docker和docker swarm集群的可视化管理平台。

https://github.com/ahviplc/docker.ui

Fork from |

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

Docker Hub

joinsunsoft/docker.ui - Docker Image | Docker Hub

https://hub.docker.com/r/joinsunsoft/docker.ui

links

The Go Programming Language
https://golang.google.cn/

go语言:环境变量GOPROXY和GO111MODULE设置
https://blog.csdn.net/u012351051/article/details/115033956

此项目需要安装gcc 此教程可用 将下载压缩包解压 将其【x86_64-8.1.0-release-win32-seh-rt_v6-rev0】下bin 添加至win环境变量即可 | cgo: C compiler “gcc“ not found: exec: “gcc“: executable file not found in %PATH%
https://blog.csdn.net/weixin_42586723/article/details/121057647

Git for Windows
https://gitforwindows.org/

GitHub - git/git: Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
https://github.com/git/git

url

ginghan | admin | 密码 123456

http://localhost:8999

SQLite sql

select * from t_user where username = 'admin'

Notes

安装好 git for Windows 执行下面指令 即可编译

sh build.sh

启动项目 | 执行下面指令 即可启动

sh run.sh

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

About

This is a Visual management platform of docker and docker swarm cluster. | 这是一个docker和docker swarm集群的可视化管理平台。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.4%
  • HTML 20.6%
  • TypeScript 8.0%
  • CSS 4.2%
  • Go 0.3%
  • PHP 0.2%
  • Other 0.3%