rustainers 0.15.1

A simple, opinionated way to run containers for tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: rustainers/src/runner/nerdctl.rs
expression: version
---
NerdctlVersion {
    client: NerdctlClientVersion {
        version: Version {
            major: 1,
            minor: 5,
            patch: Some(
                0,
            ),
        },
    },
}