From e385062f8ddf3b094890a7300879ee9b89f516c7 Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 7 Jun 2023 16:07:13 +0200 Subject: [PATCH] add notes --- notes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 notes diff --git a/notes b/notes new file mode 100644 index 0000000..d28863a --- /dev/null +++ b/notes @@ -0,0 +1,2 @@ +docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock mcr.microsoft.com/powershell:latest pwsh +apt-get update && apt-get -y install git docker.io bind9-dnsutils && git clone https://gitea.lubiland.de/lubiland/swarmdog.git && cd swarmdog && pwsh ./failover.ps1