Skip to content

Issue while trying to access the container from another container or the host #19

@suoko

Description

@suoko

I'm trying to access the emulator container via adb using another container but can't find a way to connect, no devices are available.
The only way it works is using "--network host" and connecting using adb from the host.

If I try to use a bridge network and try to access the emulator from anther container, I get connection refused: even publishing the ports like "-p 5555:5555" and "-p 5554:5554" and trying from the host I can't connect.

I tried "adb connect ip-addr:555x" but still nothing.
How can I solve this ?
Should I publish more ports to try from localhost ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions