## [0.3.2](https://github.com/fgrehm/vocker/compare/v0.3.1...v0.3.2) (October 12, 2013) - Add support for additional parameters to be passed to the docker run cmd [GH-8](https://github.com/fgrehm/vocker/pull/8) - Add `vagrant` user to the docker group in order to avoid "sudoing" [GH-5](https://github.com/fgrehm/vocker/issues/5) - Attempt to start the docker service if it is not running ## [0.3.1](https://github.com/fgrehm/vocker/compare/v0.3.0...v0.3.1) (October 3, 2013) - Check if container is running before trying to restart - Configure automatic restart of containers regardless of Vagrant version ## [0.3.0](https://github.com/fgrehm/vocker/compare/v0.2.1...v0.3.0) (September 7, 2013) - Add support for Docker's `-dns` parameter ## [0.2.1](https://github.com/fgrehm/vocker/compare/v0.2.0...v0.2.1) (September 5, 2013) - Configure Docker to automatically restart previously running containers on boot [GH-4] ## [0.2.0](https://github.com/fgrehm/vocker/compare/v0.1.0...v0.2.0) (September 3, 2013) - Update installer for Docker 0.6 [GH-1] ## 0.1.0 (August 15, 2013) - Initial public release.