Docker issue while installing - docker

While installing Docker in my laptop having Windows 10,it shows an error
Docker for Windows requires Windows 10 Pro or Enterprise version 10586, or Windows server 2016 RTM to run

open your powershell console and run:
get-computerinfo -property windows*
check what version of windows 10 you have. the mesaage is quite clear, you cannot install docker for windows because you don't have a valid version of windows 10.
from their web page:
The current version of Docker for Windows runs on 64bit Windows 10 Pro, Enterprise and Education (1607 Anniversary Update, Build 14393 or later).

Related

DOCKER error.. not switching to windows containers .. windows 11 home

I have upgraded to Windows 11 home edition and installed docker desktop. It is not switching to window containers.
error: windows containers support requires a windows 10 pro or Enterprise build >= 14372.
I solved this by upgrading Windows 11 from Home to Professional and re-installing Hyper-V. Do a restart and it should work for you

Is Docker for Windows available for Windows 10 Enterprise - 10586 Build?

I have tried to download latest docker and it
Docker Desktop requires Windows 10 Pro or Enterprise version 14393 to run.
My build is :
It is difficult to find Docker which supports my version and on Google searches i am just finding posts where people are getting same error with 10586 build which suggests that Docker window exists for this build.
Can anyone suggest how to find and install the same?
From Docker Developer:
We updated the doc. Sorry, effectively we stopped supporting build
10586 in september, you will need to update to windows build 14393 at
least to install Docker For Windows. (Alternatively you can use Docker
Toolbox on windows)

How to install Intel SGX platform software?

I have tried to install the platform software (PSW) many times on my Windows machine and failed.
I have tried to install it on the following OS version (all 64 bits)
Windows 10 Pro build 1803
Windows 10 Pro build 1809
Windows 10 Home build 1809
Windows 10 Home build 1803
According to the release note, PSW is supposed to support the following OS
Windows 10 Nov Update (1511)
Windows 10 Anniversary update (1607)
Windows 10 Creators Update (1703)
Windows 10 Fall Creators Update (1709)
Windows 10 Spring Creators Update (1803)
The error is
“Operating system “Windows 10 Home 10.0.17134” is not supported” or
“Operating system “Windows 10 Pro xxxxxx is” is not supported”
My processor is 8700k and I am using gigabyte Z370 Aorus Ultra Gaming F4 bios, which supports SGX. I turned the bios option on and verified by SGX-test.c
It’s very frustrating since I built the entire machine for this purpose. Did I miss anything?

WAS 8.5.5.9 on java sdk1.6 need to update to java sdk8

I am trying to update only the java SDK in WebSphere 8.5.5.9 to 8
So far steps performed:-
IBM Instalation Manager was of version 1.5.2 updated it to 1.8.5
I have the javasdk8 (8.0.2.10-WS-IBMWASJAVA-Win) downloaded already.
Started IBM Installation Manager-> Install -> selected IBM WebSphere SDK JAVA Tech Edition -> Next -> Getting message as Operating system is below the recommended minimum level for this product.
It does gives a link to check the details but its not much clear.
You can find the minimum supported levels for Java 8 here:
http://www-01.ibm.com/support/docview.wss?uid=swg27045339
From that doc:
In 8.5.5.14 and later, or when selecting "IBM WebSphere SDK Java
Technology Edition 8.0" at installation time on 8.5.5.11 and later
prior operating system releases (such as Windows 2008, HP-UX 11iv2,
RedHat Enterprise Linux 5, SLES 11 .0, SLES 10, Solaris 10, and z/OS
1.12) will no longer be supported.
Operating System minimums:
AIX
AIX 6.1 TL7
AIX 7.1 TL3
HP-UX IA64
HP-UX 11i v3 (11.31)
IBM i
IBM i V7R1
Linux
RedHat Enterprise Linux 6
RedHat Enterprise Linux 7
SLES 11.1 (SP1)
SLES 12
Ubuntu 12.04 LTS
Ubuntu 14.04 LTS
Ubuntu 16.04 LTS
Windows
Windows 7 service pack 1
Windows 8 (not Metro)
Windows Server 2012
Windows Server 2016
Solaris
Solaris 11
z/OS
z/OS 1.13
z/OS 2.1
z/OS 2.2
Hope that helps.

Can Docker be installed on SUSE 11 SP3

I have read Docker Quick Start at www.suse.com, however, the guideline only applies to SUSE 12 SP1. Does it have a way to install Docker on SUSE 11 SP3?
Not according to this github issue, since the minimum kernel is 3.8 (and SUSE 11 SP3 uses kernel 3.0.x

Resources