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.
2 parents a19efda + c65bf2d commit def1bc5Copy full SHA for def1bc5
README.md
@@ -41,7 +41,7 @@ If you need to extract files from it, you can do so by using [docker](https://do
41
42
```sh
43
# Creates an archive called qos_enclave.tar, with a tag "qos-enclave:latest"
44
-skopeo copy oci:./out/qos_enclave docker-archive:qos_enclave.tar:qos-enclave:latest
+skopeo copy oci:./out/qos_enclave:latest docker-archive:qos_enclave.tar:qos-enclave:latest
45
46
# Load the tar into local docker
47
docker load < qos_enclave.tar
0 commit comments