pub fn is_postgres_running( container: &Container, ) -> Result<bool, PostgresInstallerError>
Check if PostgreSQL is running
container
Result<bool, PostgresInstallerError>