DEV Community

Discussion on: How to emulate iOS on Linux with Docker

Collapse
 
ianito profile image
Iaan Mesquita

In terminal:

docker ps -a

To know what is container id of our container and next we'll start typing the command below:

docker start ID

and then select the macOS option