Skip to content

Commit

Permalink
docs: buildkite lima setup needs --mount-writable (#6833) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Dec 11, 2024
1 parent c701985 commit 8954bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/developers/buildkite-testmachine-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ We are using [Buildkite](https://buildkite.com/ddev) for Windows and macOS testi
Then the Buildkite agent must be configured with tags `colima=true` and `colima_vz=true`.
## Additional Lima macOS setup (not yet working)
## Additional Lima macOS setup
1. `limactl create --name=lima-vz --vm-type=vz --mount-type=virtiofs --mount="~/:w" --memory=6 --cpus=4 --disk=100 template://docker`
1. `limactl create --name=lima-vz --vm-type=vz --mount-type=virtiofs --mount-writable --mount="~/:w" --memory=6 --cpus=4 --disk=100 template://docker`
2. `limactl start lima-vz`
3. `docker context use lima-lima-vz`
Expand Down

0 comments on commit 8954bae

Please sign in to comment.