mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
build(ConfigProvider): 更新了自动安装脚本
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -5,8 +5,9 @@
|
|||||||
docker run \
|
docker run \
|
||||||
--pull always \
|
--pull always \
|
||||||
-ti --rm --name "hyperf-development-kit" \
|
-ti --rm --name "hyperf-development-kit" \
|
||||||
-p 9501:9501 \
|
--privileged -u root \
|
||||||
-w "/srv/www" \
|
-w "/srv/www" \
|
||||||
-v "$(pwd)":/srv/www \
|
-v "$(pwd)":/srv/www \
|
||||||
-v ~/.ssh:/root/.ssh \
|
-v ~/.ssh:/root/.ssh \
|
||||||
|
-p 9501:9501 \
|
||||||
harbor.luxcreo.cn/library/hyperf:8.0-swoole /bin/ash
|
harbor.luxcreo.cn/library/hyperf:8.0-swoole /bin/ash
|
||||||
|
|||||||
Reference in New Issue
Block a user