Skip to content

Instalator Dockera — pobierz i uruchom

Poniżej znajdziesz gotowy skrypt instalacyjny umieszczony jako plik w repozytorium. Możesz go pobrać i uruchomić lub uruchomić bezpośrednio z lokalnej kopii repo.

Opcja A — pobierz skrypt bezpośrednio z serwera (przykład z curl)

# Pobierz plik z serwera
curl -L -o docker_install.sh https://documentation.teb-ostrow.pl/docker_install.sh
chmod +x docker_install.sh
sudo ./docker_install.sh

Lub użyj wget:

wget -O docker_install.sh https://documentation.teb-ostrow.pl/docker_install.sh
chmod +x docker_install.sh
sudo ./docker_install.sh