mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Add homepage banner for volume management
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
19
_includes/landing-page/volume-management.html
Normal file
19
_includes/landing-page/volume-management.html
Normal file
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user