Skip to content

Commit 3ab92f5

Browse files
committed
docs: update FAQ
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
1 parent 9bb834c commit 3ab92f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/FAQ.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- [Docker Compose and Buildx showing runc error](#docker-compose-and-buildx-showing-runc-error)
4545
- [Version v0.5.6 or lower](#version-v056-or-lower)
4646
- [Issue with Docker bind mount showing empty](#issue-with-docker-bind-mount-showing-empty)
47+
- [How can Docker version be updated?](#how-can-docker-version-be-updated)
4748

4849
## How does Colima compare to Lima?
4950

@@ -405,3 +406,9 @@ From v0.5.6, start Colima with `--cgroups-v2` flag as a workaround.
405406
When using docker to bind mount a volume (e.g. using `-v` or `--mount`) from the host where the volume is not contained within `/tmp/colima` or `/Users/$USER`, the container will start without raising any errors but the mapped mountpoint on the container will be empty.
406407

407408
This is rectified by mounting the volume on the VM, and only then can docker map the volume or any subdirectory. Edit `$COLIMA_HOME/default/colima.yaml` and add to the `mounts` section (examples are provided within the yaml file), and then run `colima restart`. Start the container again with the desired bind mount and it should show up correctly.
409+
410+
## How can Docker version be updated?
411+
412+
Each Colima release includes the latest Docker version at the time of release.
413+
414+
From v0.7.6, there is a new `colima update` command to update the container runtime without needing to update Colima or to wait for the next Colima release.

0 commit comments

Comments
 (0)