mirror of https://github.com/docker/docs.git
Merge pull request #11134 from usha-mandya/ACI-banner
Add Docker ACI integration banner
This commit is contained in:
commit
c29f2cccc0
|
@ -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">
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue