Coder Social home page Coder Social logo

suppertony / docker.ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gohutool/docker.ui

0.0 0.0 0.0 17.67 MB

dockerui界面管理

License: Apache License 2.0

Shell 0.02% JavaScript 66.37% PHP 0.22% Java 0.01% Go 0.27% CoffeeScript 0.11% TypeScript 8.01% CSS 4.18% Makefile 0.01% HTML 20.60% Dockerfile 0.01% Less 0.19% SCSS 0.01%

docker.ui's Introduction

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

docker.ui's People

Contributors

inthirties avatar gohutool avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.