Update consul-containers.html.md (#5645)

To reflect the most recent version
This commit is contained in:
Heechul Ryu 2019-04-19 00:35:21 +09:00 committed by kaitlincarter-hc
parent 110365d6df
commit e0f08b8a5d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: |-
This guide describes critical aspects of operating a Consul cluster that's run inside containers. It primarily focuses on the Docker container runtime, but the principles largely apply to rkt, oci, and other container runtimes as well. This guide describes critical aspects of operating a Consul cluster that's run inside containers. It primarily focuses on the Docker container runtime, but the principles largely apply to rkt, oci, and other container runtimes as well.
## Consul Official Docker Image ## Consul Official Docker Image
Consul's official Docker images are tagged with version numbers. For example, `docker pull consul:0.9.0` will pull the 0.9.0 Consul release image. Consul's official Docker images are tagged with version numbers. For example, `docker pull consul:1.4.4` will pull the 1.4.4 Consul release image.
For major releases, make sure to read our [upgrade guides](/docs/upgrade-specific.html) before upgrading a cluster. For major releases, make sure to read our [upgrade guides](/docs/upgrade-specific.html) before upgrading a cluster.