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.
Update and reboot your system
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
After rebooting, clone the repo
sudo apt-get install git
git clone https://github.com/GhostWriters/DockSTARTer ~/.docker
sudo bash ~/.docker/main.sh
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.
Please add new features and vote to help steer the direction of DockSTARTer. Current requests and voting can be seen below.
- 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.
This project is primarily maintained by nemchik and TommyE123