Docker vs Vagrant
问题 Every Docker image, as I understand, is based on base image - for example, Ubuntu. And if I want to isolate any process I should deploy ubuntu docker base image ( where is difference with Vagrant here? ), and create a necessary subimage after it installing on ubuntu image? So, if Ubuntu is launched on Vagrant and on Docker, where is practice difference? And if to use docker provider in Vagrant - where here is difference between Vagrant and Docker? And, in Docker is it possible to isolate