Merge pull request #11134 from usha-mandya/ACI-banner

Add Docker ACI integration banner
This commit is contained in:
Usha Mandya 2020-07-13 12:49:43 +01:00 committed by GitHub
commit c29f2cccc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View File

@ -203,7 +203,7 @@
</div>
</section>
{% include landing-page/docker-hub-signup.html %}
{% include landing-page/docker-aci.html %}
<section class="container help-by-product">
<div class="row">

View File

@ -0,0 +1,19 @@
<section class="join-community dockercon">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<h2>
Get started with the cloud
</h2>
<h5>
Try out the new Docker to Azure experience with Azure Container Instances (ACI) to get your containers running in the cloud in under 10 minutes.
</h5>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="https://www.docker.com/blog/running-a-container-in-aci-with-docker-desktop-edge/" target="_blank" class="card">
Find out more
</a>
</div>
</div>
</div>
</section>