lux (1.0.9) * Use docker-api gem to determine Docker URL, not environment * Return '127.0.0.1' as address if Unix socket (for Docker for Mac) -- Nick Townsend Tue, 27 Dec 2016 11:12:10 -0700 lux (1.0.8) * Don't prompt to select image if only one matches -- Nick Townsend Mon, 28 Sep 2015 08:59:10 -0700 lux (1.0.7) * Fixed bug in start command -- Nick Townsend Mon, 24 Aug 2015 16:11:23 -0700 lux (1.0.6) * Improve address check for Docker server * Disable Docker tasks if tcp based server cannot be found * Return Docker version number on 'dockerip' command -- Nick Townsend Fri, 21 Aug 2015 17:12:20 -0700 lux (1.0.5) * Send only 'export' command to STDOUT in lux dockerip. * Send errors to STDERR This allows $(lux dockerip) to set it for the current shell -- Nick Townsend Thu, 13 Aug 2015 21:27:48 -0700 lux (1.0.4) * Refactor Lux into a Module * Add the Module function Lux.dockerip to return IP address of DOCKER_HOST -- Nick Townsend Thu, 13 Aug 2015 16:07:08 -0700 lux (1.0.3) * Disabled IPv6 in the Docker API host lookup as it causes 5 second delay when using .local names. -- Nick Townsend Mon, 10 Aug 2015 14:43:12 -0700 lux (1.0.2) * Initial (working) Release (1.0.0 and 1.0.1 had bugs)