container registry > container image registry, removed slashes

This commit is contained in:
martyav
2023-01-13 15:24:22 -05:00
parent 72e1f2d3b1
commit c5488da0c6
9 changed files with 37 additions and 41 deletions
@@ -46,4 +46,4 @@ If you need to pass an **IAM Instance Profile Name** (not ARN), for example, whe
### Engine Options
In the **Engine Options** section of the node template, you can configure the container daemon. You may want to specify the container version or a container registry mirror.
In the **Engine Options** section of the node template, you can configure the container daemon. You may want to specify the container version or a container image registry mirror.
@@ -16,11 +16,9 @@ If using a VNet in a different Resource Group than the VMs, the VNet name should
:::
// If you use Docker, the [Docker daemon](https://docs.docker.com/engine/docker-overview/#the-docker-daemon) configuration options include:
If you use Docker, the [Docker daemon](https://docs.docker.com/engine/docker-overview/#the-docker-daemon) configuration options include:
// - **Labels:** For information on labels, refer to the [Docker object label documentation.](https://docs.docker.com/config/labels-custom-metadata/)
// - **Docker Engine Install URL:** Determines what Docker version will be installed on the instance.
// - **Registry mirrors:** Docker Registry mirror to be used by the Docker daemon
// - **Other advanced options:** Refer to the [Docker daemon option reference](https://docs.docker.com/engine/reference/commandline/dockerd/)
// Do we update this section or keep it as-is re: references to Docker vs being more generic?
- **Labels:** For information on labels, refer to the [Docker object label documentation.](https://docs.docker.com/config/labels-custom-metadata/).
- **Docker Engine Install URL:** Determines what Docker version will be installed on the instance.
- **Registry mirrors:** Docker Registry mirror to be used by the Docker daemon.
- **Other advanced options:** Refer to the [Docker daemon option reference](https://docs.docker.com/engine/reference/commandline/dockerd/).
@@ -8,13 +8,11 @@ Account access information is stored as a cloud credential. Cloud credentials ar
The **Droplet Options** provision your cluster's geographical region and specifications.
// ### Docker Daemon
### Docker Daemon
// If you use Docker, the [Docker daemon](https://docs.docker.com/engine/docker-overview/#the-docker-daemon) configuration options include:
If you use Docker, the [Docker daemon](https://docs.docker.com/engine/docker-overview/#the-docker-daemon) configuration options include:
// - **Labels:** For information on labels, refer to the [Docker object label documentation.](https://docs.docker.com/config/labels-custom-metadata/)
// - **Docker Engine Install URL:** Determines what Docker version will be installed on the instance.
// - **Registry mirrors:** Docker Registry mirror to be used by the Docker daemon
// - **Other advanced options:** Refer to the [Docker daemon option reference](https://docs.docker.com/engine/reference/commandline/dockerd/)
// Do we update this section or keep it as-is re: references to Docker vs being more generic?
- **Labels:** For information on labels, refer to the [Docker object label documentation.](https://docs.docker.com/config/labels-custom-metadata/)
- **Docker Engine Install URL:** Determines what Docker version will be installed on the instance.
- **Registry mirrors:** Docker Registry mirror to be used by the Docker daemon
- **Other advanced options:** Refer to the [Docker daemon option reference](https://docs.docker.com/engine/reference/commandline/dockerd/)