-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc update on developing environment #7417
Comments
Hey, does https://stackoverflow.com/a/67158212 work for you to make |
Hi, thanks for the reply. I tested 3 systems - ubuntu, windows wsl2 ubuntu, macOS Monterey. On macOS there's no docker0 network interface, so I'm pretty sure Even if you put version: '3.7'
services:
fpm:
build:
context: .
extra_hosts:
- "host.docker.internal:host-gateway" this piece of code into |
Hey, at least for macOS Monterey I can speak for myself:
As far as I know both macOS and wsl2 support My understanding was that Could you try that? Happy to adjust the docs to make them more clear. But let's first find out together what actually needs to be done. 😅 |
Hi, I tried your solution last weekend by adding I'm using oc10 as the backend, and after executing I have no idea why... |
Hey @pessimo, just tried out myself (after being inactive for a while in this project) and the important part is to run |
@pessimo did this resolve your issue? |
Replace |
True, thx |
Closing since we updated the docs in the meantime. Feel free to re-open if necessary. |
In doc it writes
But it seems, this process only works on some Linux distributions. I also tried on windows WSL2 ubuntu, it worked.
On macOS, the system manage network in a different way,
host.docker.internal
is available only inside docker network which make the new ui not reachable, add docker network gateway to hosts won't solve the problem.But luckily, developers generously provide us browser and noVNC in the
docker-compose.yml
file, and after you create new session onlocal host:4444
you’ll be able to see new design onlocalhost:6080
.So maybe an update on the doc is needed.
The text was updated successfully, but these errors were encountered: