Skip to content

Commit 4b660d6

Browse files
committed
lxd-benchmark: Use image from ubuntu remote in description
Signed-off-by: Din Music <[email protected]>
1 parent 9ee4559 commit 4b660d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lxd-benchmark/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ func main() {
9696
app.Example = ` # Spawn 20 Ubuntu containers in batches of 4
9797
lxd-benchmark launch --count 20 --parallel 4
9898
99-
# Create 50 Alpine containers in batches of 10
100-
lxd-benchmark init --count 50 --parallel 10 images:alpine/edge
99+
# Create 50 Ubuntu Minimal 22.04 containers in batches of 10
100+
lxd-benchmark init --count 50 --parallel 10 ubuntu-minimal:22.04
101101
102102
# Delete all test containers using dynamic batch size
103103
lxd-benchmark delete`

0 commit comments

Comments
 (0)