You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add admonition at the top for those searching for other versions
* Remove version 10 and 8 specific instructions and images
* replace passive voice with active
* fix admonition space issue
Copy file name to clipboardExpand all lines: docs/guides/interoperability/import_rocky_to_wsl.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ tags:
9
9
- interoperability
10
10
---
11
11
12
-
# Import Rocky Linux to WSL
12
+
!!! note "Images for other versions"
13
+
14
+
If you are looking for WSL instructions for another version of Rocky Linux, select the version you want from the top menu and then refer to the WSL instructions under "Interoperability."
13
15
14
16
## Prerequisites
15
17
16
-
The Windows-Subsystem for Linux feature has to be enabled. This is possible with one of these options:
18
+
You must enable the Windows-Subsystem for Linux feature. Do this with one of these options:
17
19
18
20
-[A newer WSL version with extra features is available in the Microsoft Store](https://apps.microsoft.com/store/detail/windows-subsystem-for-linux/9P9TQF7MRM4R). Use this newer version whenever possible.
19
21
- Open an administrative Terminal (either PowerShell or Command-Prompt) and
@@ -24,7 +26,7 @@ This feature should be available on every supported version of Windows 10 and 11
24
26
25
27
!!! tip "WSL version"
26
28
27
-
Ensure that your WSL version is up to date, as some features were only introduced in later versions. If you are unsure, run `wsl --update`.
29
+
Ensure that your WSL version is up to date, as some features were only introduced in later versions. If you are unsure, run `wsl --update`.
28
30
29
31
## Steps
30
32
@@ -33,45 +35,42 @@ This feature should be available on every supported version of Windows 10 and 11
33
35
1. Download the WSL image from the CDN or another mirror closer to you:
34
36
35
37
- 9: [x86_64](https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-WSL-Base.latest.x86_64.wsl) or [aarch64](https://dl.rockylinux.org/pub/rocky/9/images/aarch64/Rocky-9-WSL-Base.latest.aarch64.wsl)
36
-
- 10: [x86_64](https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-WSL-Base.latest.x86_64.wsl) or [aarch64](https://dl.rockylinux.org/pub/rocky/10/images/aarch64/Rocky-10-WSL-Base.latest.aarch64.wsl)
37
38
38
39
2. There are multiple options for installing a `.wsl` image:
39
40
40
-
- Double-click the image and it will be installed with the images default name
41
+
- Double-click the image to install it with the images default name
- Extract the image from either Docker Hub or Quay.io ([ref.](https://docs.microsoft.com/en-us/windows/wsl/use-custom-distro#export-the-tar-from-a-container))
0 commit comments