From 50e55f549cbecdbae439b9a3a6efa0b4d7b03565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Oct 2024 14:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20duplicati/README.md?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=20Docker=20=E8=BF=90=E8=A1=8C=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=B8=AD=E7=9A=84=20entrypoint=20=E4=BB=8E=20sh=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/duplicati/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/duplicati/README.md b/stacks/duplicati/README.md index a6cb93c..7a2325f 100644 --- a/stacks/duplicati/README.md +++ b/stacks/duplicati/README.md @@ -3,7 +3,7 @@ - https://github.com/duplicati/duplicati/blob/master/ReleaseBuilder/Resources/Docker/README.md ```bash -docker run --rm -it --entrypoint sh duplicati/duplicati:canary +docker run --rm -it --entrypoint bash duplicati/duplicati:canary /opt/duplicati/duplicati-cli help ```