From d8b167365ac3a8e103ad09d2857ef28612393b53 Mon Sep 17 00:00:00 2001 From: Ron Date: Thu, 24 Feb 2022 10:16:01 -0700 Subject: [PATCH] Update import_rocky_to_wsl_howto.md updating to use Rocky 8.5 instead of 8.4 Looks like 8.5 is the latest version and this seems to work for me with all the intructions --- docs/guides/interoperability/import_rocky_to_wsl_howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/interoperability/import_rocky_to_wsl_howto.md b/docs/guides/interoperability/import_rocky_to_wsl_howto.md index b79f3d1062..eedd6855c4 100644 --- a/docs/guides/interoperability/import_rocky_to_wsl_howto.md +++ b/docs/guides/interoperability/import_rocky_to_wsl_howto.md @@ -36,7 +36,7 @@ It is also important to be familiar with the limitations of WSL, which will caus #### Pull From Docker Hub (on the same PC as your WSL2 install) 1. From powershell or another WSL2 distro create a rocky container using the version you wish to start with. Replace the tag with your desired tag ```powershell -docker run --name rocky-container rockylinux/rockylinux:8.4 +docker run --name rocky-container rockylinux/rockylinux:8.5 ``` 2. Confirm the container exists ```powershell