1

I have a zendframework 2 website that need a linux OS, and the website use a search engine that run on windows OS (IIS). How to use docker to run the website and the search engine at the same time?

Iam new to docker, I will appreciate if someone can help with docker-compose.yml and Dockerfile.

1 Answer 1

0

Docker uses the kernel in the system that you are using on the host machine to run the container, so if you have a linux machine with docker installed you can only run images of containers that uses a linux kernerl.

So you can't have a windows container on a linux machine. Also this can help

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.