We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adff7e commit 1aaba2fCopy full SHA for 1aaba2f
articles/container-registry/container-registry-oci-artifacts.md
@@ -72,8 +72,8 @@ oras push myregistry.azurecr.io/samples/artifact:1.0 \
72
**Windows**
73
74
```cmd
75
-oras push myregistry.azurecr.io/samples/artifact:1.0 \
76
- --manifest-config NUL:application/vnd.unknown.config.v1+json \
+.\oras.exe push myregistry.azurecr.io/samples/artifact:1.0 ^
+ --manifest-config NUL:application/vnd.unknown.config.v1+json ^
77
.\artifact.txt:application/vnd.unknown.layer.v1+txt
78
```
79
0 commit comments