Skip to content

DockSTARTer helps you get started with home server apps running in Docker.

License

Notifications You must be signed in to change notification settings

daveb92/DockSTARTer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockSTARTer

Backers on Open Collective Sponsors on Open Collective Beerpay support Discord chat GitHub contributors GitHub last commit master GitHub last commit docs GitHub license Travis (.com) branch

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.

Main Menu

App Select

Value Prompt

Command Line Interface

Getting Started

One Time Setup (required)

  • APT Systems (Debian/Ubuntu/Raspbian/etc)
# NOTE: Ubuntu 18.10 is known to have issues with the installation process, 18.04 is recommended
sudo apt-get install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
  • DNF Systems (Fedora)
sudo dnf install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
  • YUM Systems (CentOS)
sudo yum install curl git
bash -c "$(curl -fsSL https://get.dockstarter.com)"
sudo reboot
Alternate install (any system)

The standard install above downloads the initial script using a method with some known risks. For those concerned with the security of the above method here is an alternative:


# NOTE: Run the appropriate command for your distro
sudo apt-get install curl git
sudo dnf install curl git
sudo yum install curl git

# NOTE: Do not sudo the next line.
git clone https://github.com/GhostWriters/DockSTARTer "/home/${USER}/.docker"
sudo bash /home/${USER}/.docker/main.sh -i
sudo reboot

Running DockSTARTer

sudo ds

To run DockSTARTer use the command above. You should now see the main menu from the screenshots. Select Configuration and then Full Setup and you will be guided through selecting apps and starting containers.

See our documentation for more detailed information.

Support

Discord chat

Click the chat badge to join us on Discord for support!

[Feature Request] [Bug Report]

Contributors

GitHub contributors

This project exists thanks to all the people who contribute. GitHub contributors

Backers

Thank you to all our backers! [Become a backer]

Backers on Open Collective

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective Sponsors on Open Collective

Support on Beerpay

Beerpay support

Support development with Beerpay!

Special Thanks

About

DockSTARTer helps you get started with home server apps running in Docker.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%