Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install portainer on raspberry pi

sudo docker pull portainer/portainer-ce:latest
Comment

how to install portainer on raspberry pi

sudo docker pull portainer/portainer-ce:latest
sudo docker run -d -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
Comment

PREVIOUS NEXT
Code Example
Shell :: function in bash 
Shell :: appimage 
Shell :: check connected wifi details on kali 
Shell :: keytool export a certificate 
Shell :: redis ubuntu 
Shell :: read file line loop in bash 
Shell :: zip a file terminal 
Shell :: terraform install on ubuntu 
Shell :: how to avoid nginx not found 404 error ubuntu react app 
Shell :: magento installer 
Shell :: source command in shell script 
Shell :: unzip file to folder 
Shell :: activate virtual environment in ubuntu 
Shell :: flatpak repo 
Shell :: reset resolv.conf 
Shell :: $$ in shell script 
Shell :: execute command over ssh 
Shell :: create pdf from images linux 
Shell :: dotnet test 
Shell :: ubuntu remove application icon 
Shell :: cordova-ios latest version 
Shell :: zoom is not open in ubutnu 
Shell :: powershell string with quotes 
Shell :: how to add color in shell script 
Shell :: what is git 
Shell :: cache github credentials ubuntu 
Shell :: ubuntu dotnet 6 
Shell :: how to install image app in linux using terminal 
Shell :: pipi ungrade 
Shell :: throw exception powershell 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =