Skip to content

Commit

Permalink
tests/devlxd-container: explain why we don't use the usual image
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Aug 23, 2024
1 parent b04cd87 commit cdf0746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/devlxd-container
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ echo "==> Create storage pool using driver ${poolDriver}"
lxc storage create "${poolName}" "${poolDriver}"

echo "==> Create container and boot"
# XXX: not using ubuntu-minimal-daily:24.04 due to unreliability
lxc launch "${TEST_IMG:-ubuntu:24.04}" c1 -s "${poolName}" -c security.nesting=true
lxc info c1

Expand Down

0 comments on commit cdf0746

Please sign in to comment.