I want to configure another PC with the same things that are installed in my PC using docker. For example, i use appium and eclipse to develop script, When i want to run the same script into my juniors laptop, i face problmes. Is there a way to resolve this by just using some mechanism ..
Category : appium-android
I installed docker desktop on mac machine and followed the below steps, Pulled the appium/appium-emulator image for docker hub ran a instance of docker container using the command docker run –name appiumEmulator -d appium/appium-emulator Then configured the program with the Appium URL – https://172.17.0.2:4723/wd/hub. IP was found by inspecting the image and port number was ..