From 0435a59e0737e6d7b1a7d8b32e5ec438a7f97bc1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 13 Nov 2024 04:50:39 +0100 Subject: [PATCH] docs: Use multi-platform image (#227) --- compose.yml | 2 +- kubernetes.yml | 2 +- readme.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compose.yml b/compose.yml index 92441c9..9d0134b 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: windows: + image: dockurr/windows container_name: windows - image: dockurr/windows-arm environment: VERSION: "11" devices: diff --git a/kubernetes.yml b/kubernetes.yml index f8f7d77..efa668d 100644 --- a/kubernetes.yml +++ b/kubernetes.yml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 120 # the Kubernetes default is 30 seconds and it may be not enough containers: - name: windows - image: dockurr/windows-arm + image: dockurr/windows ports: - containerPort: 8006 protocol: TCP diff --git a/readme.md b/readme.md index 42cb101..3068d12 100644 --- a/readme.md +++ b/readme.md @@ -31,8 +31,8 @@ Via Docker Compose: ```yaml services: windows: + image: dockurr/windows container_name: windows - image: dockurr/windows-arm environment: VERSION: "11" devices: @@ -49,7 +49,7 @@ services: Via Docker CLI: ```bash -docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm +docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows ``` Via Kubernetes: @@ -129,7 +129,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows-arm/refs/heads ### How do I increase the display resolution? - The display output is a simple framebuffer, so that the screen can be visible during installation as it doesn't require any drivers. + The display output is a simple framebuffer, just so that the screen can be visible during installation as it doesn't require any drivers. After Windows is fully installed, you can add the following to your compose file: @@ -381,12 +381,12 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`. *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.* [build_url]: https://github.com/dockur/windows-arm/ -[hub_url]: https://hub.docker.com/r/dockurr/windows-arm/ -[tag_url]: https://hub.docker.com/r/dockurr/windows-arm/tags -[pkg_url]: https://github.com/dockur/windows-arm/pkgs/container/windows-arm +[hub_url]: https://hub.docker.com/r/dockurr/windows/ +[tag_url]: https://hub.docker.com/r/dockurr/windows/tags +[pkg_url]: https://github.com/dockur/windows/pkgs/container/windows [Build]: https://github.com/dockur/windows-arm/actions/workflows/build.yml/badge.svg [Size]: https://img.shields.io/docker/image-size/dockurr/windows-arm/latest?color=066da5&label=size -[Pulls]: https://img.shields.io/docker/pulls/dockurr/windows-arm.svg?style=flat&label=pulls&logo=docker -[Version]: https://img.shields.io/docker/v/dockurr/windows-arm/latest?arch=arm64&sort=semver&color=066da5 -[Package]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2Fdockur%2Fwindows-arm%2Fwindows-arm.json&query=%24.downloads&logo=github&style=flat&color=066da5&label=pulls +[Pulls]: https://img.shields.io/docker/pulls/dockurr/windows.svg?style=flat&label=pulls&logo=docker +[Version]: https://img.shields.io/docker/v/dockurr/windows/latest?arch=arm64&sort=semver&color=066da5 +[Package]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2Fdockur%2Fwindows%2Fwindows.json&query=%24.downloads&logo=github&style=flat&color=066da5&label=pulls