Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

Can I run an iOS simulator in docker containers?

1 Answer

0 votes
by (106k points)

No, you can not run an iOS simulator in docker containers reason because an iOS simulator needs to run on OSX and OSX which does not support containers. Also, iOS simulator requires macOS kernel, whereas Docker container runs Linux kernel. So unless Docker could use macOS kernel. If you want to learn Docker then I would suggest you must have a look at the following Docker Training Course. Here is a video tutorial of Docker which you also watch to learn all the basics of it.

Browse Categories

...