PowerShell/docker/tests
Travis Plunk 3a33be87a7 Merge branch '6.0.1' into master
# Conflicts:
#	docker/release/fedora27/Dockerfile
#	docs/installation/linux.md
#	docs/installation/macos.md
#	tools/metadata.json
2018-01-25 16:35:25 -08:00
..
Templates Remove Fedora 25, Add Fedora 27 (#5984) 2018-01-23 15:42:58 -08:00
container.tests.ps1 tests: fix function to test for docker OS due to change to use linuxkit for mac (#5843) 2018-01-23 16:10:45 -08:00
containerTestCommon.psm1 tests: fix function to test for docker OS due to change to use linuxkit for mac (#5843) 2018-01-23 16:10:45 -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