Update existing DreamFactory 1.9.4 to 2.0?

Sorry the Docker Hub section was missing some steps. README will update on next build.

  1. Clone the df-docker repo

cd ~/repos (or wherever you want the clone of the repo to be)
git clone https://github.com/dreamfactorysoftware/df-docker.git
cd df-docker

  1. Copy .env file to df-docker directory

The application looks for a .env file to read its configuration. You can find an example here. Copy the file, adjust the settings to your needs and save as .env. When starting the container you have to add the file to the container using the option -v /PATH_TO_ENV_FILE:/opt/dreamfactory/.env.

Like this:

-v /home/todd/repos/df-docker/.env:/opt/dreamfactory/.env