DEV Community

Discussion on: How to emulate iOS on Linux with Docker

Collapse
 
hassanemam profile image
Hassan Emam

How do you re open the MacOS emulator after you restart the Ubuntu system. I cannot find the Docker image

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