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 b1ff63e commit 863e0c1Copy full SHA for 863e0c1
content/manuals/compose/how-tos/oci-artifact.md
@@ -101,7 +101,7 @@ The `oci://` prefix indicates that the Compose file should be pulled from an OCI
101
$ docker compose -f oci://docker.io/username/my-compose-app:latest up
102
```
103
104
-To then run the Compose application, use the `docker compose up ` command with the `-f` flag pointing to your OCI artifact:
+To then run the Compose application, use the `docker compose up` command with the `-f` flag pointing to your OCI artifact:
105
106
```console
107
0 commit comments