Skip to content

Commit

Permalink
Add conformance test results for 1.14/docker-desktop-for-windows (cnc…
Browse files Browse the repository at this point in the history
…f#561)

Signed-off-by: Ulrich VACHON <[email protected]>
  • Loading branch information
ulrich authored and taylorwaggoner committed May 10, 2019
1 parent 45c985c commit d811d13
Show file tree
Hide file tree
Showing 4 changed files with 20,639 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.14/docker-desktop-for-win/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Docker
name: Docker Desktop for Windows
version: 2.0.4.0 (33772)
website_url: https://hub.docker.com/editions/community/docker-ce-desktop-windows
documentation_url: https://docs.docker.com/docker-for-windows/
product_logo_url: https://www.docker.com/sites/default/files/vertical_large.png
type: distribution
description: Docker Desktop - Windows is Docker designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized apps.
31 changes: 31 additions & 0 deletions v1.14/docker-desktop-for-win/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Docker Desktop for Windows

Docker Desktop - Windows is Docker designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized apps.

## Setup

- Download and install Docker Desktop for Windows version 2.0.4.0 (33772) Edge Channel: https://download.docker.com/win/edge/33772/Docker%20Desktop%20Installer.exe
- In Docker Desktop for Windows preferences, enable Kubernetes to create a cluster on your local machine.

## Reproduce Conformance Tests

Download the last binary release of Sonobuoy

```
$ wget https://github.com/heptio/sonobuoy/releases/download/v0.14.2/sonobuoy_0.14.2_windows_amd64.tar.gz
```

Run Sonobuoy on the cluster
```
$ sonobuoy run
```

Get the results on local
```
$ sonobuoy retrieve .
```

Clean up Kubernetes objects created by Sonobuoy
```
$ sonobuoy delete
```
Loading

0 comments on commit d811d13

Please sign in to comment.