Setting up and Deploying eShopOnContainers to Windows Containers
The proper way of setting up your EshopOnContainer on windows containers is executing the following command :-
docker-compose -f docker-compose.yml -f docker-compose.windows.yml build
Some error you might encounter are, which are misleading and confusing :-
-Service 'webstatus' failed to build: no matching manifest for unknown in the manifest list entries
- Client version 1.22 is too old. Minimum supported API version is 1.24,
Comments