During setup of new Oracle Database software getting the following error:
Error:
[INS-30014] Unable to check whether the location specified is on CFS
Solution:
Comment out the following lines in hosts file location: C:\Windows\System32\drivers\etc\hosts
10.10.2.15 host.docker.internal10.10.2.15 gateway.docker.internal127.0.0.1 kubernetes.docker.internal

Save the hosts file
and continue the Oracle Database Software installation. It should work.
Thank you, method helped me