Skip to content

docker: respect DOCKER_CONFIG#1512

Merged
abiosoft merged 1 commit intoabiosoft:mainfrom
utkarshgupta137:docker_host
Feb 18, 2026
Merged

docker: respect DOCKER_CONFIG#1512
abiosoft merged 1 commit intoabiosoft:mainfrom
utkarshgupta137:docker_host

Conversation

@utkarshgupta137
Copy link
Contributor

No description provided.

@utkarshgupta137 utkarshgupta137 force-pushed the docker_host branch 2 times, most recently from 43f78b5 to 7ecd9a4 Compare February 18, 2026 14:26
@abiosoft
Copy link
Owner

is this a standard docker environment variable?

@utkarshgupta137
Copy link
Contributor Author

is this a standard docker environment variable?

Yes https://docs.docker.com/reference/cli/docker/#environment-variables

Signed-off-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
@abiosoft abiosoft changed the title vm: respect DOCKER_CONFIG docker: respect DOCKER_CONFIG Feb 18, 2026
@abiosoft abiosoft merged commit b763292 into abiosoft:main Feb 18, 2026
12 checks passed
@abiosoft
Copy link
Owner

Thanks :)

@utkarshgupta137 utkarshgupta137 deleted the docker_host branch February 18, 2026 17:20
@utkarshgupta137
Copy link
Contributor Author

Thanks for quick merge. Awaiting release :)

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 23, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [abiosoft/colima](https://github.com/abiosoft/colima) | patch | `v0.10.0` → `v0.10.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>abiosoft/colima (abiosoft/colima)</summary>

### [`v0.10.1`](https://github.com/abiosoft/colima/releases/tag/v0.10.1)

[Compare Source](abiosoft/colima@v0.10.0...v0.10.1)

#### Highlights

This is an incremental release with support for [Docker Model Runner](https://docs.docker.com/model-runner/) and improvements to the AI functionality introduced in [v0.10.0](https://github.com/abiosoft/colima/releases/tag/v0.10.0).

##### Docker Model Runner

Colima now supports Docker Model Runner as an AI model runner backend.
Docker Model Runner is now the **default** due to its simpler requirements. However, Ramalama can still be used.

```sh

# run a model (uses docker runner by default)
colima model run gemma3

# serve a model, chat interface available at localhost:8080
colima model serve gemma3

# explicitly specify the runner
colima model run gemma3 --runner docker
colima model run gemma3 --runner ramalama

# set the runner at start time
colima start --model-runner ramalama
```

The runner can be configured via:

- `--runner` flag on `colima model` commands
- `--model-runner` flag at `colima start`
- `modelRunner` in the configuration file

#### Other Updates

- The `DOCKER_CONFIG` environment variable is now respected.

#### Commits

- chore: propose fix a typo by [@&#8203;jeis4wpi](https://github.com/jeis4wpi) in [#&#8203;1506](abiosoft/colima#1506)
- docs: add install instructions for krunkit by [@&#8203;alanpmullane](https://github.com/alanpmullane) in [#&#8203;1511](abiosoft/colima#1511)
- docker: respect DOCKER\_CONFIG by [@&#8203;utkarshgupta137](https://github.com/utkarshgupta137) in [#&#8203;1512](abiosoft/colima#1512)
- ai: add docker model runner. by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1513](abiosoft/colima#1513)
- ai: choose alternate available ports for serving API/webui by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1515](abiosoft/colima#1515)
- ai: refactor model runners by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1516](abiosoft/colima#1516)
- core: update disk images by [@&#8203;abiosoft](https://github.com/abiosoft) in [#&#8203;1517](abiosoft/colima#1517)

#### New Contributors

- [@&#8203;jeis4wpi](https://github.com/jeis4wpi) made their first contribution in [#&#8203;1506](abiosoft/colima#1506)
- [@&#8203;alanpmullane](https://github.com/alanpmullane) made their first contribution in [#&#8203;1511](abiosoft/colima#1511)
- [@&#8203;utkarshgupta137](https://github.com/utkarshgupta137) made their first contribution in [#&#8203;1512](abiosoft/colima#1512)

**Full Changelog**: <abiosoft/colima@v0.10.0...v0.10.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi40IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants