diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-17 00:51:15 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-17 00:51:15 -0400 |
| commit | c99423725bbc5bbdcf6a433f27712377e4d4cc52 (patch) | |
| tree | 43c2da79f9010074ec958db395b57efaf8659dfc | |
| parent | 702033100e08eeab04d02342cab41731cbcb977a (diff) | |
| download | dispatch-tracker-c99423725bbc5bbdcf6a433f27712377e4d4cc52.tar.gz dispatch-tracker-c99423725bbc5bbdcf6a433f27712377e4d4cc52.tar.xz | |
Add a bit of info on pulling the pre-built container image
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ the companies I wrote this for some number of years ago. Most of the features are here and the application fulfills the use case. +## Running the demo: + +There are steps to build the container below, though I've published it, so you +should be able to simply run: + +```shell +$ docker run --rm \ + -p 127.0.0.1:8080:8080 \ + containers.riedstra.dev/dispatch-tracker:latest +``` + +Give it a solid 30 seconds or so, since the default configuration +runs its own database, migrations, and then fills it with fake data +and initial admin user account. + +These things can be tuned out with environment variables described in +the `entrypoint.sh` file. ## Things to fix/add going forward: |
