From 092ccf1e1b1f0ab207f092964744f10663597fcd Mon Sep 17 00:00:00 2001 From: Joe Pettersson Date: Tue, 18 Feb 2014 14:13:39 +0000 Subject: [PATCH] Grammar correction in gh-pages index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0695485..f92ef6a 100644 --- a/index.html +++ b/index.html @@ -205,7 +205,7 @@ CMD ["/my_app/start.sh"]

Solving all the aforementioned problems is a huge pain. I'm sure you have better things to do than to worry about them. That's where baseimage-docker jumps in.

-

Baseimage-docker is a special Docker image that is configured for correct use within Docker containers. It is Ubuntu, plus modifications for Docker-friendliness. Every single of the aforementioned problem is taken care of for you.

+

Baseimage-docker is a special Docker image that is configured for correct use within Docker containers. It is Ubuntu, plus modifications for Docker-friendliness. Every single one of the aforementioned problem's are taken care of for you.

You can use it as a base for your own Docker images. That means it's available for pulling from the Docker registry!