Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.01 KB

File metadata and controls

39 lines (29 loc) · 1.01 KB

A ready-to-use script for installing Docker and Docker Compose / Gotowy skrypt do instalacji Docker oraz Docker Compose

🇺🇸 Instructions in English

  1. We download the file to the Ubuntu Server using the command:
curl -L https://github.com/gadziunet/docker_script_install/raw/refs/heads/main/docker_install.sh -o docker_install.sh
  1. We are assigning permissions to the file:
chmod +x docker_install.sh
  1. After granting permissions, run the script:
sudo ./docker_install.sh

Now all the necessary settings and tools will be installed automatically.

🇵🇱 Instrukcja po Polsku

  1. Ściągamy plik na serwer Ubuntu za pomocą komendy:
curl -L https://github.com/gadziunet/docker_script_install/raw/refs/heads/main/docker_install.sh -o docker_install.sh
  1. Nadajemy uprawnienia:
chmod +x docker_install.sh
  1. Po nadawaniu uprawnień włączamy skrypt:
sudo ./docker_install.sh

Teraz wszystkie potrzebne ustawienia oraz narzędzia się zainstaluje automatycznie.