From 04782b79e51fbec3921b6cadef930930a7bf1943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Wed, 15 Nov 2023 16:35:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20feat:=20=E6=96=B0=E5=A2=9E=20Docker=20?= =?UTF-8?q?=E5=AD=90=E4=B8=BB=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren, Lin) --- .gitmodules | 4 ++++ Docker | 1 + README.md | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 Docker diff --git a/.gitmodules b/.gitmodules index b130482..e2e3f4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ # # Copyright 2021 林博仁(Buo-ren, Lin) # SPDX-License-Identifier: CC-BY-SA-4.0 +[submodule "Docker"] + path = Docker + url = https://gitlab.com/libre-knowledge/docker.git + ignore = dirty diff --git a/Docker b/Docker new file mode 160000 index 0000000..d669dd4 --- /dev/null +++ b/Docker @@ -0,0 +1 @@ +Subproject commit d669dd4b7959e679707b57110467a71596f97430 diff --git a/README.md b/README.md index 6d9cfab..3840aa7 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ ## 解決方案 -* Docker +* [Docker](https://gitlab.com/libre-knowledge/docker) + 主流的容器實現之一 * LXC * LXD * Oracle VirtualBox