mirror of https://github.com/docker/docs.git
Merge pull request #13625 from usha-mandya/engdocs-498
Add homepage banner for volume management
This commit is contained in:
commit
79b42df1d0
|
@ -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