Skip to content

Commit 53ecd30

Browse files
committed
add dokcerui
1 parent fd60f24 commit 53ecd30

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

dockerui/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

php71-fpm-centos68-phalcon-withext/yphp/yphp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ip=$(/sbin/ifconfig -a|grep inet|grep -v 127.0.0.1|grep -v inet6 | awk '{print $
1616

1717

1818
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 \
2020
-v /work/:/work/ \
2121
-v "/work/yphp/php/etc/":/usr/local/php/etc/ \
2222
-v "/work/yphp/nginx/conf/":/usr/local/nginx/conf/ \

0 commit comments

Comments
 (0)