dockur / windows

Windows inside a Docker container.
MIT License
17.49k stars 1.5k forks source link

[Question]: how to start up the vm after shutdown #599

Open 1043613lcpsorg opened 3 months ago

1043613lcpsorg commented 3 months ago

Is your question not already answered in the FAQ?

Is this a general question and not a technical issue?

Question

how do you turn on the vm after it shudown

kroese commented 3 months ago

By starting the container?

I am not sure if I understand what you mean exactly. You can add the restart: always flag to your compose file, to let Docker automaticly restart containers.

1043613lcpsorg commented 3 months ago

@kroese I'm using githubcodespaces

kroese commented 3 months ago

@1043613lcpsorg I never used Codespaces, it should not be too complicated I guess