Files
hdk-core/scripts/docker-env.sh

11 lines
254 B
Bash
Raw Permalink Normal View History

2022-12-19 17:28:55 +08:00
#!/usr/bin/env sh
docker run \
--pull always \
-ti --rm --name "hdk-core" \
2022-12-19 17:28:55 +08:00
-w "/srv/www" \
-v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \
2023-04-07 16:40:52 +08:00
-v ~/.gitconfig:/root/.gitconfig \
harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash