NXLog-Manager install on Win 2019 Docker fails


#1 mlevesque

Environment: VMware vSphere 6.7 running a VM with Windows 2019 Datacenter + Docker Enterprise version 20.10.6 Windows detects Intel Xeon Silver 4414 CPU.

Tried command: docker-compose up -d Results: Pulling db (mysql:5.5)... 5.5: Pulling from library/mysql ERROR: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries

What can I do to get the NXLog Docker image loaded?

#2 Zhengshi Nxlog ✓
#1 mlevesque
Environment: VMware vSphere 6.7 running a VM with Windows 2019 Datacenter + Docker Enterprise version 20.10.6 Windows detects Intel Xeon Silver 4414 CPU. Tried command: docker-compose up -d Results: Pulling db (mysql:5.5)... 5.5: Pulling from library/mysql ERROR: no matching manifest for windows/amd64 10.0.17763 in the manifest list entries What can I do to get the NXLog Docker image loaded?

It sounds like the Windows docker engine/docker desktop/enterprise is pointing to the wrong image type. That should be a linux image, based on the Dockerfile.
The following link talks about this issue some.
https://stackoverflow.com/questions/48066994/docker-no-matching-manifest-for-windows-amd64-in-the-manifest-list-entries

Alternatively you could run a Linux based guest to run Manager directly, or a Linux guest to manage Docker engine if you continue to run into issues with Docker on Windows.

Regards