mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 07:25:05 +08:00
11 lines
219 B
Bash
Executable File
11 lines
219 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
|
|
docker run \
|
|
--pull always \
|
|
-ti --rm --name "hyperf-auth" \
|
|
-w "/srv/www" \
|
|
-v "$(pwd)":/srv/www \
|
|
-v ~/.ssh:/root/.ssh \
|
|
harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash
|