Skip to content

Commit 9aa6664

Browse files
authored
Merge pull request #476 from AkihiroSuda/dev
examples: the next version will be v0.8.0
2 parents c022e73 + 8f11310 commit 9aa6664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# $ export DOCKER_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock')
77
# $ docker ...
88

9-
# This example requires Lima v0.7.5 or later
9+
# This example requires Lima v0.8.0 or later
1010
images:
1111
# Hint: run `limactl prune` to invalidate the "current" cache
1212
- location: "https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"

examples/podman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# $ export DOCKER_HOST=$(limactl list podman --format 'unix://{{.Dir}}/sock/podman.sock')
1111
# $ docker ...
1212

13-
# This example requires Lima v0.7.5 or later
13+
# This example requires Lima v0.8.0 or later
1414
images:
1515
# Hint: run `limactl prune` to invalidate the "current" cache
1616
- location: "https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"

0 commit comments

Comments
 (0)