File tree 2 files changed +17
-1
lines changed
php71-fpm-centos68-phalcon-withext/yphp
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # dockerui
2
+
3
+ | [ microbox/** dockerui** ] ( https://registry.hub.docker.com/u/microbox/dockerui/ ) | 16MB | ` latest ` ` 0.7.0 ` ` 0.5.0 ` ` 0.4.0 ` |
4
+
5
+ ## 获取
6
+ ```
7
+ docker pull microbox/dockerui:latest
8
+ ```
9
+
10
+ ## 运行
11
+
12
+ ```
13
+ docker run -d --restart=always -p 9009:9000 -v /var/run/docker.sock:/docker.sock microbox/dockerui:latest
14
+ ```
15
+
16
+ Visit http://docker-ip:9009/ to see the WebUI for docker
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ip=$(/sbin/ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6 | awk '{print $
16
16
17
17
18
18
function init(){
19
- docker run -d --name ysphp -p 9001:9000 -p 8082:80 \
19
+ docker run -d --restart=always -- name ysphp -p 9001:9000 -p 8082:80 \
20
20
-v /work/:/work/ \
21
21
-v " /work/yphp/php/etc/" :/usr/local/php/etc/ \
22
22
-v " /work/yphp/nginx/conf/" :/usr/local/nginx/conf/ \
You can’t perform that action at this time.
0 commit comments