mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
/docker-for-aws/release-notes.md /docker-for-azure/release-notes.md /_includes/d4a_buttonds.md is used to insert the buttons on those pages. Because the anchor tag uses the button class it applies a float:left and needs to be overridden after. A simple div tag with class clearfix can accomplish this. The buttons are also used inside a couple tables, but there is no need for float: left in those cases and the div causes no issues.
2.7 KiB
2.7 KiB
{% assign d4a_stable = "CE-Stable-1" %} {% assign d4a_edge = "CE-Edge-1" %} {% assign edition_version = "17.03.0-ce" %}
{% capture aws_blue_latest %} Deploy Docker Community Edition (CE) for AWS (stable)
{% endcapture %}{% capture aws_blue_edge %} Deploy Docker Community Edition (CE) for AWS (edge)
{% endcapture %}{% capture aws_blue_vpc_latest %}
Deploy Docker Community Edition (CE) for AWS (stable)
uses your existing VPC
{% capture aws_blue_vpc_edge %}
Deploy Docker Community Edition (CE) for AWS (edge)
uses your existing VPC
{% capture azure_blue_latest %} Deploy Docker Community Edition (CE) for Azure (stable)
{% endcapture %}{% capture azure_blue_edge %} Deploy Docker Community Edition (CE) for Azure (edge)
{% endcapture %}