first commit

This commit is contained in:
陈现府
2025-11-20 10:45:16 +08:00
commit 8355431361
2643 changed files with 291314 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Ŀ¼µнűdockerԶִС
docker run \
-v /usr/bin/docker:/usr/bin/docker \
-v /var/run/docker.sock:/var/run/docker.sock \
-u root \
-itd --restart always --name jenkins \
-p 8120:8080 \
jenkins/jenkins:jdk11
+7
View File
@@ -0,0 +1,7 @@
# 基础镜像
FROM mysql:5.7
# author
MAINTAINER mhd
# 执行sql脚本
ADD ./db/*.sql /docker-entrypoint-initdb.d/