Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Releases: inviqa/dock-cli

0.5.5

31 Oct 20:08
Compare
Choose a tag to compare

0.5.4

16 Mar 10:22
Compare
Choose a tag to compare
  • Install docker manually with homebrew as docker-machine don't (#106)
  • Test PHP7 compatibility (#105)
  • Changes the color of the restart your shell message (#109)

0.5.2

03 Feb 13:39
Compare
Choose a tag to compare
  • Added the build command (#104)

0.5.1

25 Nov 16:36
Compare
Choose a tag to compare
  • Fixes a problem with Docker network on newly created machines
  • Supports already existing installations of Docker done with the Toolbox

0.5.0

09 Nov 19:45
Compare
Choose a tag to compare

This new release remove the need of Dinghy and exclusively uses Docker Machine 🎉

0.4.2

05 Oct 20:25
Compare
Choose a tag to compare

Added the reset command

0.4.1

05 Oct 20:26
Compare
Choose a tag to compare

Introducing the custom domain name extension.

0.4.0

15 Sep 09:58
Compare
Choose a tag to compare

This new minor release now uses the new Dinghy 4.x that uses docker-machines.

That partially solves some of the permission problems we usually have with OSX.

Important: please read the upgrade guide to 0.4.0.

0.3.7

08 Sep 09:07
Compare
Choose a tag to compare
  • The docker:doctor command is now run before the start one to ensure everything is good well configured.
  • Fixes a wrong DNS resolution with the ps command

0.3.5

16 Aug 10:33
Compare
Choose a tag to compare

Introducing the docker:doctor command that helps to identify and try to fix problems of a Docker installation (#57).

screen shot 2015-08-16 at 11 26 00

There's also 2 bug fixes:

  • Wait the right interface on OSX before setting up routing after reboot (#65)
  • Remove usage of sed on OSX to prevent problems with GNU sed (#64)