DockSTARTer

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
One Time Setup (required)
Update your system
- APT Systems (Debian/Ubuntu/Raspbian/etc)
sudo apt-get update
sudo apt-get install curl git grep sed whiptail
sudo apt-get dist-upgrade
- DNF Systems (Fedora)
sudo dnf install curl git grep newt sed
sudo dnf upgrade --refresh
- YUM Systems (CentOS)
sudo yum install curl git grep newt sed
sudo yum upgrade
Reboot your system
sudo reboot
Running DockSTARTer
- First run
bash -c "$(curl -fsSL https://git.io/DSdl)"
- Subsequent runs
sudo ds
You should now see the main menu from the screenshot above. On your first run you should choose is Install Dependencies. At the end of this you will be prompted to reboot (required). After the reboot run DockSTARTer again using the same command above and select Configure Applications. You will be guided through selecting apps and starting the app containers.
See our Wiki for more detailed information.
Feature Requests
We have switched to using GitHub for Feature Requests. Click the link and fill out the information to request a feature.
FeatHub will no longer be checked or maintained.
Special Thanks
- SmartHomeBeginner.com for creating AtoMiC-ToolKit that served as this project's primary inspiration, and later this guide that provided some initial direction with Docker.
- LinuxServer.io for maintaining the majority of the Docker images used in this project.
Supporters
/ Contributors 
This project is primarily maintained by nemchik and TommyE123


