Docker requirements #2559
Unanswered
karistandal
asked this question in
Q&A
Replies: 1 comment
|
x86_64, x64, and “64-bit Intel/AMD” are the same requirement here, so the CPU naming is not the blocker. The edition question is more subtle. Docker Desktop can run Linux containers on Windows Home through the WSL 2 backend, but Windows containers need Pro/Enterprise. ASReview’s Docker path normally means Linux containers, so Windows Home is not automatically a blocker if WSL 2 works on the machine. I would check it in this order:
docker run hello-worldIf WSL 2 starts cleanly and |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I am looking into the possibility of installing Asreview on a server, and see it requires a.o. installation of Docker, Will Docker work with an x64-based processor and Windows Home? I notice most of the the download-options for windows are called x86_64. Not sure how to interpret that, Then there are installation modes requiring 64-bit processor with Second Level Address Translation (SLAT). Do I have SLAT (See screenshot)? But perhaps more importantly, they require Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher. This excludes Windows Home, I guess?
All reactions