Commit Graph

11 Commits (85f5d743178374d20829dc430d3c8e8e11dbc4b7)

Author SHA1 Message Date
Steven E. Harris 85f5d74317 Tolerate spaces in the current working directory (#9)
* Tolerate spaces in the current working directory

When $(pwd) evaluates to a string with spaces, the shell parses the
resulting arguments for binding Docker volumes incorrectly. Quote these
arguments to supply them indivisibly as intended.

* whitespace
2017-08-19 22:30:05 -07:00
Tim Hockin b24f6ad182 Merge pull request #5 from jbeda/autoremove
Autoremove containers after run
2017-08-19 22:22:05 -07:00
Tim Hockin d9de61f703 Handle docker registries with :port 2017-02-14 14:10:20 -08:00
Tim Hockin 699c7389a1 Use --tags to hunt for git tags better 2016-10-28 18:10:41 +02:00
Tim Hockin 486f44304d Merge pull request #6 from jbeda/fix-mac
Don't assume workstation is linux
2016-10-02 18:31:47 -07:00
Tim Hockin c1b3f2d15d Optional manual versioning strategy 2016-09-30 20:28:27 -07:00
Joe Beda 03c74b931f Don't assume workstation is linux 2016-09-23 16:09:59 -07:00
Joe Beda c368f8f2e3 Autoremove containers after run 2016-09-23 16:05:01 -07:00
Tim Hockin 328cae8522 Use git for version string 2016-09-23 08:10:13 -07:00
Tim Hockin 1a7aa69e44 Add base image (busybox) for other arch's 2016-09-22 22:48:12 -07:00
Tim Hockin 43e119bda6 Import first rev of project template 2016-09-20 21:15:39 -07:00