mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 05:35:09 +08:00
12 lines
290 B
Bash
Executable File
12 lines
290 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
docker run \
|
|
--pull always \
|
|
-e COMPOSER_ALLOW_SUPERUSER=1 \
|
|
-ti --rm --name "hdk-core" \
|
|
-w "/srv/www" \
|
|
-v "$(pwd)":/srv/www \
|
|
-v ~/.ssh:/root/.ssh \
|
|
-v ~/.gitconfig:/root/.gitconfig \
|
|
harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash
|