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 安装的方法,在此整合一下)

MIT License

Stars
15

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
$ git clone https://github.com/SilenceHVK/docker-compose-monocular-ui.git
  1. Install python-pip
$ yum -y install epel-release
$ yum -y install python-pip
  1. Upgrade pip
$ pip install --upgrade pip
  1. Install Docker-Compose
$ pip install docker-compose

or

$ curl -L https://get.daocloud.io/docker/compose/releases/download/1.23.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose

$ chmod +x /usr/local/bin/docker-compose
  1. Modify page port number
$ vi docker-compose-monocular-ui/docker-compose.yaml 
  1. Build project
$ docker-compose build
  1. Run project
$ docker-compose up -d