Configure the Service to Start when its Host VM Boots.
Once you know that a service runs correctly when its container is started, you should arrange for the container to be started when its host VM boots. To not do this means having to manually start the container every time the host VM boots, which is very inconvenient. The details for how to do this depend on the operating system:
- Instructions for auto-starting service containers in a Linux Environment.
- Instructions for auto-starting service containers in a Windows Environment.





