Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.38 KB

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: