1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

update link to hub plans

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-05-25 23:01:13 +02:00
parent ff3dc48966
commit 3d782cdbff
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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