Skip to content

Setup a fully-featured docker-based media server in 5 minutes with this script.

Notifications You must be signed in to change notification settings

poldim/docker-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 

Repository files navigation

After a fresh Ubuntu Server 16.04 install, run the following command:

sudo apt-get -y update; sudo apt-get -y upgrade; sudo apt-get -y install git; \
git clone https://github.com/aberg83/docker-server.git && sudo bash ~/docker-server/docker-server.sh

When the script finishes running, log out and back in and wait a few minutes to let your DH parameters and SSL certificate generate. You can monitor this by typing 'docker logs -f nginx'. Once Nginx has fully started, you will be able to access the apps at www.yourdomain.com/appname. Your browser will prompt you for the login credentials you set within the script.

Installed docker containers:

Notes:

About

Setup a fully-featured docker-based media server in 5 minutes with this script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%