Files
hdk-core/scripts/docker-env.sh
2023-09-26 10:43:20 +08:00

11 lines
268 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 \
-v ~/.gitconfig:/root/.gitconfig \
harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash