From 6fb7f1d578edbc6411c37559bb9039d67601b7e3 Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 30 Apr 2024 09:49:12 +0000 Subject: [PATCH] Update 3 files - /docker.sh - /docker.txt - /README.md --- README.md | 4 +--- docker.sh => docker.txt | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) rename docker.sh => docker.txt (61%) diff --git a/README.md b/README.md index cb01289..261cc11 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ - +## Image Medium and Large have Docker and Docker Compose installed from the Docker githup repo. # To run the image maker make all the script able to run -chmod +x Ubuntu-LTS-* chmod +x all.sh -Ubuntu-LTS-Small.sh # run ./all.sh diff --git a/docker.sh b/docker.txt similarity index 61% rename from docker.sh rename to docker.txt index 9a39961..2fd3b2e 100644 --- a/docker.sh +++ b/docker.txt @@ -1,2 +1,4 @@ +https://github.com/docker/docker-install + curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh \ No newline at end of file