mirror of https://github.com/docker/docs.git
Add homepage banner for volume management
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
5a6f2a324a
commit
2dbc67066e
|
@ -0,0 +1,19 @@
|
|||
<section class="cta-banner">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
|
||||
<h2>
|
||||
Volume Management is now free in Docker Desktop
|
||||
</h2>
|
||||
<h5>
|
||||
Thanks for your positive support on the <a href="https://www.docker.com/blog/updating-product-subscriptions/" target="_blank" rel="noopener" id="dkr_docs_subscription_btl">Docker subscription updates</a>. We are now able to deliver more value to all users, starting with making Volume Management available for users on any subscription, including Docker Personal. Update your Docker Desktop to 4.1 to start managing your volumes.
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
|
||||
<a class="btn" href="https://docs.docker.com/desktop/dashboard/#explore-volumes" target="_blank" rel="noopener">
|
||||
Learn more
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -143,7 +143,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
{% include landing-page/docker-pricing.html %}
|
||||
{% include landing-page/volume-management.html %}
|
||||
|
||||
<section class="container help-by-product">
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue