Skip to content

Commit

Permalink
Merge pull request #195 from scitran/docker-bootstrap-docs
Browse files Browse the repository at this point in the history
Fix docker bootstrap example
  • Loading branch information
ryansanford committed Mar 14, 2016
2 parents ce7f6d1 + bb99f69 commit 58e4cd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ preserving their contents across container instances.
-e "SCITRAN_CORE_DRONE_SECRET=change-me" \
--link scitran-core \
--rm \
-v /dev/bali.prod/docker/uwsgi/bootstrap.json:/accounts.json \
-v /dev/bali.prod/docker/uwsgi/bootstrap-dev.json:/accounts.json \
scitran-core \
/var/scitran/code/api/docker/bootstrap-accounts.sh \
/accounts.json
Expand All @@ -55,11 +55,12 @@ preserving their contents across container instances.
-e "SCITRAN_RUNTIME_PORT=8080" \
-e "SCITRAN_RUNTIME_PROTOCOL=http" \
-e "SCITRAN_CORE_DRONE_SECRET=change-me" \
-e "PRE_RUNAS_CMD=/var/scitran/code/api/docker/bootstrap-data.sh" \
--link scitran-core \
--volumes-from scitran-core \
--rm \
scitran-core \
/var/scitran/code/api/docker/bootstrap-data.sh
echo "Data bootstrap complete."
```


Expand Down

0 comments on commit 58e4cd2

Please sign in to comment.