基础版本

This commit is contained in:
2026-02-14 14:29:48 +08:00
parent d73b4795c1
commit bc28e1ce42
14 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM regsitry.yqxpro.com/devcontainers/common-base
# Mount for docker-in-docker
VOLUME [ "/var/lib/docker" ]