A ready-to-use script for installing Docker and Docker Compose / Gotowy skrypt do instalacji Docker oraz Docker Compose
- 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
- We are assigning permissions to the file:
chmod +x docker_install.sh
- After granting permissions, run the script:
sudo ./docker_install.sh
Now all the necessary settings and tools will be installed automatically.
- Ś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
- Nadajemy uprawnienia:
chmod +x docker_install.sh
- Po nadawaniu uprawnień włączamy skrypt:
sudo ./docker_install.sh
Teraz wszystkie potrzebne ustawienia oraz narzędzia się zainstaluje automatycznie.