Skip to content

Commit 7689470

Browse files
authored
Merge pull request #201901 from SteveLasker/doc-tweak
Remove the term private container from docs
2 parents bcb2245 + 1c7e902 commit 7689470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-oras-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ORAS Artifacts support is not available in the government or China clouds, but a
3333

3434
Download and install a preview ORAS release for your operating system. See [ORAS Install instructions][oras-install-docs] for how to extract and install the file for your operating system, referencing an Alpha.1 preview build from the [ORAS GitHub repo][oras-preview-install]
3535

36-
## Configure a private registry
36+
## Configure a registry
3737

3838
Configure environment variables to easily copy/paste commands into your shell. The commands can be run in the [Azure Cloud Shell](https://shell.azure.com/)
3939

@@ -138,7 +138,7 @@ To read the password from Stdin, use `--password-stdin`.
138138

139139
## Push a container image
140140

141-
This example associates a graph of artifacts to a container image. Build and push a container image, or reference an existing image in the private registry.
141+
This example associates a graph of artifacts to a container image. Build and push a container image, or reference an existing image in the registry.
142142

143143
```bash
144144
docker build -t $IMAGE https://github.com/wabbit-networks/net-monitor.git#main

0 commit comments

Comments
 (0)