Hi, I'll try to answer your questions:
1) main difference is that a container does not run it's own hypervisor but 
uses its host's one. If you meant that, kinda true...

2) it's generally advisable to have one container running one service, that is 
what docker is designed for

3) you will easily find pre-built images for all the services you mentioned. 
Take care to make database data persistent outside of the container (mounting 
data directory somewhere in the host filesystem) as you may lose it.

Cheers,
Andrea

-- 
You received this message because you are subscribed to the Google Groups 
"docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to docker-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to