[GH-ISSUE #165] deepin can't open web server #117

Closed
opened 2026-03-01 15:40:40 +03:00 by kerem · 2 comments
Owner

Originally created by @Louis-me on GitHub (Jun 15, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/165

Operating System:

  • 4.15.0-30deepin-generic #31 SMP Fri Nov 30 04:29:02 UTC 2018 x86_64 GNU/Linux

Docker Image:

  • budtmo/docker-android-x86-8.1

Docker Version:

  • Docker version 18.09.6, build 481bc77

steps

  • Docker Command to start docker-android:
 docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
  • docker ps
XXXPC:$ docker ps
CONTAINER ID        IMAGE                           COMMAND                  CREATED             STATUS                        PORTS                                                                NAMES
c17fdd6b648a        budtmo/docker-android-x86-8.1   "/bin/sh -c '/usr/bi…"   38 hours ago        Up About a minute (healthy)   0.0.0.0:5554-5555->5554-5555/tcp, 4723/tcp, 0.0.0.0:6080->6080/tcp   android-container

  • docker-machine ip default
XXX-PC:/$ docker-machine ip default
192.168.99.100

Expected Behavior

Actual Behavior

Unable to access this site 192.168.99.100 rejected our connection request.
Please try the following:

Check network connection
Check the proxy server and firewall
ERR_CONNECTION_REFUSED
Originally created by @Louis-me on GitHub (Jun 15, 2019). Original GitHub issue: https://github.com/budtmo/docker-android/issues/165 ## Operating System: - 4.15.0-30deepin-generic #31 SMP Fri Nov 30 04:29:02 UTC 2018 x86_64 GNU/Linux ## Docker Image: - budtmo/docker-android-x86-8.1 ## Docker Version: - Docker version 18.09.6, build 481bc77 ## steps - Docker Command to start docker-android: ``` docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1 ``` - docker ps ``` XXXPC:$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES c17fdd6b648a budtmo/docker-android-x86-8.1 "/bin/sh -c '/usr/bi…" 38 hours ago Up About a minute (healthy) 0.0.0.0:5554-5555->5554-5555/tcp, 4723/tcp, 0.0.0.0:6080->6080/tcp android-container ``` - docker-machine ip default ``` XXX-PC:/$ docker-machine ip default 192.168.99.100 ``` - open http://192.168.99.100:6080 ## Expected Behavior - Open http://192.168.99.100:6080 ## Actual Behavior - Can't open http://192.168.99.100:6080 ``` Unable to access this site 192.168.99.100 rejected our connection request. Please try the following: Check network connection Check the proxy server and firewall ERR_CONNECTION_REFUSED ```
kerem 2026-03-01 15:40:40 +03:00
Author
Owner

@budtmo commented on GitHub (Jul 9, 2019):

Hi @Louis-me ,

could you try it again with the latest version? because it works fine on my side

<!-- gh-comment-id:509631310 --> @budtmo commented on GitHub (Jul 9, 2019): Hi @Louis-me , could you try it again with the latest version? because it works fine on my side
Author
Owner

@Louis-me commented on GitHub (Jul 15, 2019):

I try again,works for me,thanks

<!-- gh-comment-id:511393563 --> @Louis-me commented on GitHub (Jul 15, 2019): I try again,works for me,thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#117
No description provided.