This repository is a collection of tutorials for hosting a variety of server applications using Docker and Portainer.
Run install-docker.sh
, to install docker, and add the current user to the docker usergroup.
wget -qO- https://git.io/JwUkc | bash
# need to reboot/logout for changes to take effect
sudo reboot
After a reboot, run install-portainer.sh
, to install Portainer.io
wget -qO- https://git.io/JwUnf | bash
# to update portainer, run this command
wget -qO- https://git.io/JwUlY | bash
Click Settings, in the bottom-left corner, and paste the Portainer v2 json file link from below into the "App Templates" box.
You're done! Now just click App Templates and deploy applications!
Application | URL |
---|---|
Portainer v2 | https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/template/portainer-v2.json |
See the list of contributors who participated in this project.
- based template on SelfHosted Portainer App Template