-
There's now an
orchard run
command for running local commands on your Orchard host. It starts an Orchard proxy, sets theDOCKER_HOST
environment variable, then runs a local command. For example:$ orchard run fig up
- Pass environment variables through to Docker client.
- Added
orchard ip
command for printing a host's IP address to stdout - New Orchard API URL
orchard proxy
prints instructions for setting the DOCKER_HOST environment variable
orchard hosts rm -f
can be used to bypass confirmation- Fix:
orchard proxy
wasn't picking up -H argument
- API token can be set with ORCHARD_API_TOKEN environment variable
orchard proxy
can be given an explicit URL to listen on (eithertcp://
orunix://
)
- Sensible error in 'orchard docker' if host isn't running
- Fix: host certificate was incorrect
Initial release.