pub fn install_postgres( config: PostgresInstallerConfig, ) -> Result<Container, PostgresInstallerError>
Install PostgreSQL using nerdctl
config
Result<Container, PostgresInstallerError>