PowerShell/docker/tests
2019-01-15 16:28:52 -08:00
..
Templates Add function to create a framework dependent package dotnet-sdk containers (#8644) 2019-01-15 16:28:52 -08:00
containerTestCommon.psm1 Add function to create a framework dependent package dotnet-sdk containers (#8644) 2019-01-15 16:28:52 -08:00
README.md Add tests to do basic verification of docker images (#4244) 2017-07-19 16:48:54 -07:00

Docker tests

Windows and Linux containers

The tests must be run separately on the Windows and Linux docker daemons. You can use the Linux docker daemon on Windows, but that will only test Linux containers not Windows Containers.

To building and basic behavior of the containers

Invoke-Pester

Note: be sure to do this using both the Windows and Linux docker daemon, as the windows.

To test the productions containers

Invoke-Pester -Tag Behavior

To test only building the containers

Invoke-Pester -Tag Build