README.md in kitchen-docker-0.1.2 vs README.md in kitchen-docker-0.1.3
- old
+ new
@@ -4,10 +4,14 @@
## <a name="requirements"></a> Requirements
* [Docker][docker_getting_started]
+## <a name="issues"></a> Known Issues
+
+* Upstart is neutered due to [this issue][docker_upstart_issue].
+
## <a name="installation"></a> Installation and Setup
Please read the [Driver usage][driver_usage] page for more details.
## <a name="config"></a> Configuration
@@ -15,11 +19,11 @@
### <a name="config-image"></a> image
The Docker image to use as the base for the suite containers. You can find
images using the [Docker Index][docker_index].
-The default value is `ubuntu` ([image][docker_default_image]).
+The default value is `base`, an official Ubuntu [image][docker_default_image].
### <a name="config-platform"></a> platform
The platform of the chosen image. This is used to properly bootstrap the
suite container for Test Kitchen. Kitchen Docker currently supports:
@@ -72,9 +76,10 @@
[author]: https://github.com/portertech
[issues]: https://github.com/portertech/kitchen-docker/issues
[license]: https://github.com/portertech/kitchen-docker/blob/master/LICENSE
[repo]: https://github.com/portertech/kitchen-docker
[docker_getting_started]: http://www.docker.io/gettingstarted/
+[docker_upstart_issue]: https://github.com/dotcloud/docker/issues/223
[docker_index]: https://index.docker.io/
-[docker_default_image]: https://index.docker.io/_/ubuntu/
+[docker_default_image]: https://index.docker.io/_/base/
[driver_usage]: http://docs.kitchen-ci.org/drivers/usage
[chef_omnibus_dl]: http://www.opscode.com/chef/install/