From 3d782cdbffd4b8bddbc8f63e3a0b762224a5d3c3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 25 May 2016 23:01:13 +0200 Subject: [PATCH] update link to hub plans Signed-off-by: Sebastiaan van Stijn --- docs/understanding-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/understanding-docker.md b/docs/understanding-docker.md index 9aa13a9b81..3451e63164 100644 --- a/docs/understanding-docker.md +++ b/docs/understanding-docker.md @@ -182,7 +182,7 @@ pull them down to your Docker host to build containers from them. for images. Public storage is searchable and can be downloaded by anyone. Private storage is excluded from search results and only you and your users can pull images down and use them to build containers. You can [sign up for a storage plan -here](https://hub.docker.com/plans). +here](https://www.docker.com/pricing). ### How does a container work? A container consists of an operating system, user-added files, and meta-data. As