- Fix a bug that improperly truncated command line args containing
=
- Fix a bug that was closing the
process.stderr
stream inappropriately
- Fix a bug that prevented passing a valid uid with the
--user
cli flag
- Fix edge case bug around rsync execution race condition on startup
- Fix additional errors with watch logic
- Fix a bug with the new watch ignore logic not creating a proper regex.
- Files in
.dockerignore
will be ignored by the rsync container. This should improve performance in projects with many files that would be ignored (e.g.node_modules
).
- Fix a bug that prevented some errors from getting logged.
- Fix a bug that prevented starting services that aliased links.
- Fix recreation logic for missing links on Docker >= 1.10 (#40)
- Updates dependencies for Node 6 compatibility
- Fixes crash when pulling containers with Docker 1.11
- "/udp" can now be used when specifying port mappings
- Deleting the primary service container at the end of a run now removes its volumes as well
- Using a custom command reports the auto-generated container name
- The
--as-service
flag on a custom command will maintain the service’s default container name and port bindings stop-env
can now take any number of environments
- Galleyfile port bindings now work regardless of what ports are
EXPOSE
d in the Dockerfile - DockerHub credentials are now used for pulls to the default Docker registry
Initial release!