In this implementation, our container is only either running or dead, but in the future we may want to add the functionality to start/stop the container, so an enum makes that easier than an isRunning boolean.
Generated using TypeDoc
In this implementation, our container is only either running or dead, but in the future we may want to add the functionality to start/stop the container, so an enum makes that easier than an isRunning boolean.