From 2dbc67066e4e6126136cfcc6152e0d0aba059ce6 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Thu, 30 Sep 2021 11:58:24 +0100 Subject: [PATCH] Add homepage banner for volume management Signed-off-by: Usha Mandya --- _includes/landing-page/volume-management.html | 19 +++++++++++++++++++ _layouts/landing.html | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 _includes/landing-page/volume-management.html diff --git a/_includes/landing-page/volume-management.html b/_includes/landing-page/volume-management.html new file mode 100644 index 0000000000..1d10906be6 --- /dev/null +++ b/_includes/landing-page/volume-management.html @@ -0,0 +1,19 @@ +
+
+
+
+

+ Volume Management is now free in Docker Desktop +

+
+ Thanks for your positive support on the Docker subscription updates. 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. +
+
+ +
+
+
diff --git a/_layouts/landing.html b/_layouts/landing.html index b6b8d8f641..fc906774b6 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -143,7 +143,7 @@ - {% include landing-page/docker-pricing.html %} + {% include landing-page/volume-management.html %}