Files
hdk-core/scripts/docker-env.sh
2022-12-19 17:58:02 +08:00

10 lines
229 B
Bash
Executable File

#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hyperf-development-kit" \
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
harbor.luxcreo.cn/library/hyperf:8.0-swoole /bin/ash