• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Docker Management Design Patterns: Is Cloud Mutually Exclusive from Android?

 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would kind of seem that on the face of it, it would appear as though using cloud for development of systems like Android would be mutually exclusive.
Many Android and IOS apps are connected to services which may be using the cloud. Some times you have direct control over how your app connects and where it connects.

I realize that you are not "tech support" and this is not a comment on that.
However a week or two ago I downloaded docker from https://www.docker.com/ and I tried to install Docker.
It appears as though Docker requires a Windows 10 service to be disabled.
But that same Windows service is required for Android Studio/Emulators.
I did not Google for a solution to this.

To one it may seem like these two technologies are mutually exclusive when developing on a single system.
I wonder what your thoughts on this are?
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is "a Windows 10 service"? Which service specifically?
 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:What is "a Windows 10 service"? Which service specifically?


Hyper-v as noted here
  • https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled
  • https://docs.docker.com/docker-for-windows/troubleshoot/#hyper-v

  • However if I'm correct this I changed this on my system so that Google's Android emulators would work or run better (but I could be wrong).
    I've attached a screen shot of the exact error message.

    While tech support is welcomed, that was not my original intent of this post.
    I was wondering what others have experienced and there also happens to be an author this week who may know about this.
    It did not even cross my mind to see if there was a 'Cloud/Virtualization' section to this site until I got the notification email about this week's promotion.
    Docker-for-Windows_2017-10-31_12-43-40.png
    [Thumbnail for Docker-for-Windows_2017-10-31_12-43-40.png]
     
    Author
    Posts: 64
    10
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Though question is not related to the Docker book, the requirements are the same and not mutually exclusive as indicated:
    It appears as though Docker requires a Windows 10 service to be disabled.
    But that same Windows service is required for Android Studio/Emulators.


    Docker requires Hyper-v to be enabled and so does Android Emulator.
     
    Pete Letkeman
    Bartender
    Posts: 1868
    81
    Android IntelliJ IDE MySQL Database Chrome Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Deepak Vohra wrote:Docker requires Hyper-v to be enabled and so does Android Emulator.


    Thank you for clearing this up. And I hope that you have a good promotion, get many engaging questions and have many good discussions.
     
    Deepak Vohra
    Author
    Posts: 64
    10
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Not all Android emulators may require  Hyper-V. Visual Studio Emulator for Android runs as a virtual machine on Hyper-V.
     
    Pete Letkeman
    Bartender
    Posts: 1868
    81
    Android IntelliJ IDE MySQL Database Chrome Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    It's entirely possible that I've been mistaken. If that is the case then please let me apologize.

    That said thank you for your help clearing up this matter.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic