Skip to content

Commit 2dbc670

Browse files
committedSep 30, 2021
Add homepage banner for volume management
Signed-off-by: Usha Mandya <[email protected]>
1 parent 5a6f2a3 commit 2dbc670

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<section class="cta-banner">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
5+
<h2>
6+
Volume Management is now free in Docker Desktop
7+
</h2>
8+
<h5>
9+
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.
10+
</h5>
11+
</div>
12+
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
13+
<a class="btn" href="https://docs.docker.com/desktop/dashboard/#explore-volumes" target="_blank" rel="noopener">
14+
Learn more
15+
</a>
16+
</div>
17+
</div>
18+
</div>
19+
</section>

‎_layouts/landing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h5 class="title">How do I?</h5>
143143
</div>
144144
</section>
145145

146-
{% include landing-page/docker-pricing.html %}
146+
{% include landing-page/volume-management.html %}
147147

148148
<section class="container help-by-product">
149149
<div class="row">

0 commit comments

Comments
 (0)
Please sign in to comment.