Skip to content

Commit

Permalink
docs: proper order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 12, 2024
1 parent d2a9a5a commit c2d3a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system_requirements/using_colima.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ default Current DOCKER_HOST based configuration unix:///var/run/docker.sock
If you're using an older version of Colima or have other applications that are
unaware of Docker context the following workaround is available:

- Locate your Docker Socket, see: [Colima's FAQ - Docker Socket Location](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#docker-socket-location)

- Create a symbolic link from the default Docker Socket to the expected location, and restart Colima with the `--network-address` flag.

```
Expand All @@ -34,8 +36,6 @@ unaware of Docker context the following workaround is available:
colima start --network-address
```

- Locate your Docker Socket, see: [Colima's FAQ - Docker Socket Location](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#docker-socket-location)

- Set the `DOCKER_HOST` environment variable to match the located Docker Socket

* Example: `export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"`
Expand Down

0 comments on commit c2d3a77

Please sign in to comment.