You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conformance-tests/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ Containerd must be configured to access the `containerd-shim-spin`:
26
26
```
27
27
28
28
## Running tests
29
-
Containerd can only be executed as a root user. Choose one of the following options
29
+
Containerd can only be executed as a root user. Choose one of the following option, being sure to pass the path to the Spin and `ctr` binaries as arguments.
30
30
1. Build the `conformance-tests` bin and excute it as sudo user:
2. Run cargo as root by passing in the environment from the user's context and full path to cargo:
36
36
```sh
37
-
sudo -E $HOME/.cargo/bin/cargo run
37
+
sudo -E $HOME/.cargo/bin/cargo run /path/to/spin /path/to/ctr
38
38
```
39
39
3. Follow the [containerd instructions](https://github.com/containerd/containerd/blob/main/docs/rootless.md) to configure it to be runnable as a non-root user
0 commit comments