PsSqlTestServer

Cmdlets to provide and manage SQL servers for tests.

View the Project on GitHub abbgrade/PsSqlTestServer

Test-SqlTestDocker

SYNOPSIS

Tests if a Docker-based SQL Server can be created.

SYNTAX

Test-SqlTestDocker [<CommonParameters>]

DESCRIPTION

Checks if psdocker is installed, and if the Docker service is running.

EXAMPLES

EXAMPLE 1

Test-SqlTestDocker

True

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

bool

NOTES