Skip to content

Commit

Permalink
docs: Add icons (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent 2ec0e71 commit 77c12a0
Showing 1 changed file with 44 additions and 9 deletions.
53 changes: 44 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

Windows inside a Docker container.

## Features
## Features โœจ

- Multi-language
- ISO downloader
- KVM acceleration
- Web-based viewer

## Video
## Video ๐Ÿ“บ

[![Youtube](https://img.youtube.com/vi/xhGYobuG508/0.jpg)](https://www.youtube.com/watch?v=xhGYobuG508)

## Usage
## Usage ๐Ÿณ

Via Docker Compose:

Expand Down Expand Up @@ -58,7 +58,7 @@ Via Kubernetes:
kubectl apply -f kubernetes.yml
```

## FAQ
## FAQ ๐Ÿ’ฌ

* ### How do I use it?

Expand Down Expand Up @@ -115,10 +115,45 @@ kubectl apply -f kubernetes.yml

```yaml
environment:
LANGUAGE: "Chinese"
LANGUAGE: "cn"
```

You can choose between `Arabic`, `Bulgarian`, `Chinese`, `Croatian`, `Czech`, `Danish`, `Dutch`, `Estonian`, `Finnish`, `French`, `German`, `Greek`, `Hebrew`, `Hungarian`, `Italian`, `Japanese`, `Korean`, `Latvian`, `Lithuanian`, `Norwegian`, `Polish`, `Portuguese`, `Romanian`, `Russian`, `Serbian`, `Slovak`, `Slovenian`, `Spanish`, `Swedish`, `Turkish`, `Thai` and `Ukrainian`.

You can choose between:

- ๐Ÿ‡ฆ๐Ÿ‡ช **Arabic**: `ar`
- ๐Ÿ‡ง๐Ÿ‡ฌ **Bulgarian**: `bg`
- ๐Ÿ‡จ๐Ÿ‡ณ **Chinese (simplified)**: `cn`
- ๐Ÿ‡น๐Ÿ‡ผ **Chinese (traditional)**: `tw`
- ๐Ÿ‡ญ๐Ÿ‡ท **Croation**: `hr`
- ๐Ÿ‡จ๐Ÿ‡ฟ **Czech**: `cs`
- ๐Ÿ‡ฉ๐Ÿ‡ฐ **Danish**: `da`
- ๐Ÿ‡ณ๐Ÿ‡ฑ **Dutch**: `nl`
- ๐Ÿ‡ฌ๐Ÿ‡ง **English**: `en`
- ๐Ÿ‡ช๐Ÿ‡ช **Estionian**: `et`
- ๐Ÿ‡ซ๐Ÿ‡ฎ **Finnish**: `fi`
- ๐Ÿ‡ซ๐Ÿ‡ท **French**: `fr`
- ๐Ÿ‡ฉ๐Ÿ‡ช **German**: `de`
- ๐Ÿ‡ฌ๐Ÿ‡ท **Greek**: `el`
- ๐Ÿ‡ฎ๐Ÿ‡ฑ **Hebrew**: `he`
- ๐Ÿ‡ญ๐Ÿ‡บ **Hungarian**: `hu`
- ๐Ÿ‡ฎ๐Ÿ‡น **Italian**: `it`
- ๐Ÿ‡ฏ๐Ÿ‡ต **Japanese**: `ja`
- ๐Ÿ‡ฐ๐Ÿ‡ท **Korean**: `ko`
- ๐Ÿ‡ฑ๐Ÿ‡ป **Latvian**: `lv`
- ๐Ÿ‡ฑ๐Ÿ‡น **Lithuanian**: `lt`
- ๐Ÿ‡ณ๐Ÿ‡ด **Norwegian**: `nb`
- ๐Ÿ‡ต๐Ÿ‡ฑ **Polish**: `pl`
- ๐Ÿ‡ต๐Ÿ‡น **Portuguese**: `pt`
- ๐Ÿ‡ท๐Ÿ‡ด **Romanian**: `ro`
- ๐Ÿ‡ท๐Ÿ‡บ **Russian**: `ru`
- ๐Ÿ‡ท๐Ÿ‡ธ **Serbian**: `sr`
- ๐Ÿ‡ธ๐Ÿ‡ฐ **Slovak**: `sk`
- ๐Ÿ‡ธ๐Ÿ‡ฎ **Slovenian**: `sl`
- ๐Ÿ‡ช๐Ÿ‡ธ **Spanish**: `es`
- ๐Ÿ‡ธ๐Ÿ‡ช **Swedish**: `sv`
- ๐Ÿ‡น๐Ÿ‡ญ **Thai**: `th`
- ๐Ÿ‡น๐Ÿ‡ท **Turkish**: `tr`
- ๐Ÿ‡บ๐Ÿ‡ฆ **Ukrainian**: `ua`

If you want to use a keyboard layout or locale that is not the default for your selected language, you can add the `KEYBOARD` and `REGION` variables with a culture code, like this:

Expand Down Expand Up @@ -355,10 +390,10 @@ kubectl apply -f kubernetes.yml

Yes, this project contains only open-source code and does not distribute any copyrighted material. Any product keys found in the code are just generic placeholders provided by Microsoft for trial purposes. So under all applicable laws, this project will be considered legal.

## Stars
## Stars ๐ŸŒŸ
[![Stars](https://starchart.cc/dockur/windows.svg?variant=adaptive)](https://starchart.cc/dockur/windows)

## Disclaimer
## Disclaimer โš–๏ธ

The product names, logos, brands, and other trademarks referred to within this project are the property of their respective trademark holders. This project is not affiliated, sponsored, or endorsed by Microsoft Corporation.

Expand Down

0 comments on commit 77c12a0

Please sign in to comment.