From 2258e6186e51580348cf7c79288bcc1892bbb0dd Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Sat, 5 Apr 2025 16:44:58 +0000 Subject: [PATCH] Add scripts for doker setup Signed-off-by: Prabhjot Singh Sethi --- scripts/docker-setup-ubuntu.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/docker-setup-ubuntu.sh diff --git a/scripts/docker-setup-ubuntu.sh b/scripts/docker-setup-ubuntu.sh new file mode 100755 index 0000000..855e063 --- /dev/null +++ b/scripts/docker-setup-ubuntu.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo apt install docker-buildx +sudo systemctl start docker +sudo systemctl enable docker \ No newline at end of file