当前位置:   article > 正文

dockerUI 的安装以及使用_not set endpoint in request header, you must set…

not set endpoint in request header, you must set…

1. Installation of dockerUI

  if you can not download the image of dockerui from the foreign websit, you can copy the following command to the CLI(command Line Interface) , it will accelerate downloads.
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://ac489b5d.m.daocloud.io
  Then exectue those commands:

sudo systemctl restart docker
  • 1
  • 2
docker run -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock docker.io/unws/dockerui
  • 1

  if it is not working, please make sure the directory of dockerui is correct with this command:

docker search dockerui
  • 1

  Then change the docker.io/unws/dockerui in the last command into the correct directory.
  
search where the dockerui is

  after all of this, dockerui is installed in your host as a container.

2. Running docker UI

  Navigate to the following URL: http://192.168.1.100:9000, (192.168.1.100) is your host IP, 9000 is the port.
1.1 Dashboard
  The info of running containers will be shown on the left while the proportional graphs of status for containers is displayed to the right as well.
  这里写图片描述
  这里写图片描述
  
1.2 Containers
  All the containers are displayed if the“Display ALL” is checked.
  这里写图片描述
  
  If you tick the check box of a container or more on the left of screen to the first “Action” column, you’d change the status of the containers which are checked.
  这里写图片描述
  
1.3 Images
  1.3.1 show image
   All the images are displayed when you click “Images”. 
这里写图片描述 
   If you tick the check box of a image or more on the left of screen to the first “Action”   column, you’d remove the images that are checked.
这里写图片描述
  1.3.2 Pull image
   if you want to pull a image, click “Pull”, the the following page would be displayed, after filling in all the blanks right away, click “Pull” and it’s done.
这里写图片描述
   If it’s all correct, a session notification will be appeared, which says: ”Image Added…”.
这里写图片描述
   Then it can be found in the images list:
这里写图片描述

1.4 Volumes
  The directory of each mount point will be displayed.
这里写图片描述

1.5 Info
这里写图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/849953
推荐阅读
相关标签
  

闽ICP备14008679号