79657292

Date: 2025-06-07 20:23:06
Score: 0.5
Natty:
Report link

A little late here but you can add OLLAMA_HOST to the containerEnv block in your devcontainer.json and it'll open that port for ollama.

{
  "name, etc...": "My Container",

  "containerEnv": {
    "OLLAMA_HOST": "http://host.docker.internal:11434"
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gdg