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 b926584 + 4d4fd5f commit 3c5165fCopy full SHA for 3c5165f
README.md
@@ -268,6 +268,10 @@ docker build -t test-integration --target test-integration .
268
docker run -t --rm --privileged test-integration
269
```
270
271
+To run a single integration test (in this case, `image_inspect_test`):
272
+
273
+`go test -exec sudo -v ./cmd/nerdctl/main_test.go ./cmd/nerdctl/image_inspect_test.go `
274
275
#### Running integration test suite against Docker
276
277
Run `go test -exec sudo -v ./cmd/nerdctl/... -args -test.target=docker` to ensure that the test suite is compatible with Docker.
0 commit comments