Skip to content

Reuse BrowserWebDriverContainer's network for VNC recorder #5617

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Jul 28, 2022

To avoid creating unnecessary networks, we can reuse browser container's network stack in VNC container.
This is possible because Docker supports container:$containerId network mode, where VNC container would see the browser on localhost.

To avoid creating unnecessary networks, we can reuse browser container's network stack in VNC container.
This is possible because Docker supports `container:$containerId` network mode, where VNC container would see the browser on `localhost`.
kiview
kiview previously approved these changes Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants