Code Monkey home page Code Monkey logo

Comments (3)

xuanzhaopeng avatar xuanzhaopeng commented on July 21, 2024

Could you point out how could see the log which print out by generate_config.sh when/after container created?

I use docker &events & docker logs, I cannot find any output from generate_config.sh, I only could see the log of Appium

from appium-docker-android.

red-avtovo avatar red-avtovo commented on July 21, 2024

There is no proper way, how to get the logs, but you can see the appium and shell scripts outputs by attaching to container anytime by typing:
docker attach container-appium

But if I do following will works:
docker run -d -t -i -e CONNECT_TO_GRID=True -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.16.101.221" -e SELENIUM_PORT=4444 -p 4723:4723 --name container-appium appium/appium
docker exec -it container-appium adb connect 172.16.101.218:5555

That wouldn't work as soon as Appium config was already generated once on startup and it wouldn't regenerate it after you connected a device to it

from appium-docker-android.

xuanzhaopeng avatar xuanzhaopeng commented on July 21, 2024

The reason is : #60

from appium-docker-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.