项目作者: SilenceHVK

项目描述 :
:books: :coffee: There are a lot of problems with installing Monocular UI with Helm. I found the Docker Compose installation method on the Internet and integrated it here.(使用 Helm 安装 Monocular UI 遇到了很多问题,在网上找到了 Docker Compose 安装的方法,在此整合一下)
高级语言: Go
项目地址: git://github.com/SilenceHVK/docker-compose-monocular-ui.git


docker-compose-monocular-ui

There are a lot of problems with installing Monocular UI with Helm. I found the Docker Compose installation method on the Internet and integrated it here.(使用 Helm 安装 Monocular UI 遇到了很多问题,在网上找到了 Docker Compose 安装的方法,在此整合一下)

How to use

The following is an example of the CentOS 7 system. Docker is installed by default.

  1. Clone project
  1. $ git clone https://github.com/SilenceHVK/docker-compose-monocular-ui.git
  1. Install python-pip
  1. $ yum -y install epel-release
  2. $ yum -y install python-pip
  1. Upgrade pip
  1. $ pip install --upgrade pip
  1. Install Docker-Compose
  1. $ pip install docker-compose

or

  1. $ curl -L https://get.daocloud.io/docker/compose/releases/download/1.23.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
  2. $ chmod +x /usr/local/bin/docker-compose
  1. Modify page port number
    1. $ vi docker-compose-monocular-ui/docker-compose.yaml

修改页面端口号

  1. Build project
  1. $ docker-compose build
  1. Run project
  1. $ docker-compose up -d

运行结果