Skip to content

Commit

Permalink
Update kubernetes_abcdesktop_applications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 authored Jan 4, 2024
1 parent e89b20e commit b2f27c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions opsdocs/docs/3.2/setup/kubernetes_abcdesktop_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ pod/pull-writer-abcinst-cfe1a4f74d19fbe49d86d211f99d005532b6cf7c87 condition met
pod/pull-xterm-abcinst-0e802cfa8addb4648f843869325f3413d544bb9eae8 condition met
```

## Quick application install (Windows)

> Quick installation can be run on Windows operation system.
Download and execute the `pullapps-3.2.ps1` script :

```PowerShell
$script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/pullapps-3.2.ps1
Invoke-Expression $($script.Content)
```

### Connect to your abcdesktop

The API server receives a new image event from docker daemon. To run the new applications just refresh you web browser page.
Expand Down

0 comments on commit b2f27c9

Please sign in to comment.