Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 459 Bytes

debianDockerInstallScript

This script will install Docker, Portainer and Docker Compose for Ubuntu or Debian based distros using APT. Note: This is for x86-64 only, this won't work on ARM devices such as Raspberry Pi

Usage

sudo su
wget https://raw.githubusercontent.com/ArbenP/debianDockerInstallScript/master/install.sh -c -O install.sh && bash install.sh && rm install.sh

Visit https://{Your Device IP}:9443 then to set up Portainer.