DockSTARTer
Self-hosting Solutions
About this project
The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.
You may choose to rely on DockSTARTer for various changes to your Docker system or use DockSTARTer as a stepping stone and learn to do more advanced configurations.
Getting Started
System Requirements
- You must be running a supported platform or an operating system based on a supported platform. Platforms named below will link to documentation listing compatible versions.
- You must be logged in as a non-root user with sudo permissions.
One Time Setup (required)
-
APK Systems (Alpine)
sudo apk add curl git bash -c "$(curl -fsSL https://get.dockstarter.com)" sudo reboot
-
APT Systems (Debian, Ubuntu, etc)
sudo apt-get install curl git bash -c "$(curl -fsSL https://get.dockstarter.com)" sudo reboot
Raspbian requires a few extra commands
sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install curl git bash -c "$(curl -fsSL https://get.docker.com)" bash -c "$(curl -fsSL
Technologies & License
MIT
Shell