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 9ee4559 commit 4b660d6Copy full SHA for 4b660d6
lxd-benchmark/main.go
@@ -96,8 +96,8 @@ func main() {
96
app.Example = ` # Spawn 20 Ubuntu containers in batches of 4
97
lxd-benchmark launch --count 20 --parallel 4
98
99
- # Create 50 Alpine containers in batches of 10
100
- lxd-benchmark init --count 50 --parallel 10 images:alpine/edge
+ # Create 50 Ubuntu Minimal 22.04 containers in batches of 10
+ lxd-benchmark init --count 50 --parallel 10 ubuntu-minimal:22.04
101
102
# Delete all test containers using dynamic batch size
103
lxd-benchmark delete`
0 commit comments