coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Add env.list file for Pillar Docker startup #129

Closed aiboyles closed 8 years ago

aiboyles commented 8 years ago

In order to spin up a Docker container for Pillar, we use the command:

docker run --env-file ./env.list --publish 8080:8080 7b59c4c5efde

However, there is no existing env.list file that the user can edit--the user must create it from scratch. Other apps like Sponge have an existing env.list file in the main directory.

Having an existing env.list file in the main directory that the user can edit and then use would be very helpful and expedite the Docker installation process.

alexbyrnes commented 8 years ago

Should be fixed by #167