I have an issue with the quickstart. I'm trying to...
# getting-started
b
I have an issue with the quickstart. I'm trying to start datahub on windows server 2016. I have docker fully running and docker-compose installed. Upon running "python -m datahub docker quickstart" I get several errors saying "ERROR: for kafka-setup image operating system "linux" cannot be used on this platform". Here is the full log of what I get upon running quickstart: https://pastebin.com/ffMVtVet. Trying to run with "docker-compose -p datahub up", I get the following error: "ERROR: no matching manifest for windows/amd64 10.0.14393 in the manifest list entries"
g
Seems like some of the images we rely on, as well as some of the images we build ourselves, are not supported on your machine. I know others in the community have had success installing on windows-based machines (I believe through WSL), but not sure about windows server 2016 specifically. Could you share the output of
docker info
as well as any other relevant information about your specific setup?
b
My setup is just a basic Windows Server 2016 installation. Docker needed to be installed through powershell because ws16 doesn't support docker desktop. I can run everything fine on windows 10, by the way. Here is the docker info: Client: Context: default Debug Mode: false Plugins: app: Docker Application (Docker Inc., v0.8.0) cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) registry: Manage Docker registries (Docker Inc., 0.1.0) Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 20.10.6 Storage Driver: windowsfilter Windows: Logging Driver: json-file Plugins: Volume: local Network: ics internal l2bridge l2tunnel nat null overlay private transparent Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog Swarm: inactive Default Isolation: process Kernel Version: 10.0 14393 (14393.4350.amd64fre.rs1_release.210407-2154) Operating System: Windows Server 2016 Standard Version 1607 (OS Build 14393.4350) OSType: windows Architecture: x86_64 CPUs: 4 Total Memory: 7.997GiB Name: GENILJDATAHUB01 ID: 4C6JXILNGHIAJHCZFAZVUSWXXO4MM6VIKVIULXALVVWM:7MT6 Docker Root Dir: C:\ProgramData\docker Debug Mode: false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false
g
It seems that you might need to “switch to Linux containers” in Docker (ref https://stackoverflow.com/a/57548944/5004662)
b
Thank you. It seems making that work in my version of ws16 is impossible according to this https://stackoverflow.com/a/63686287/7615751