Tag Archives: docker

using docker

Although docker does have quite a few command options a small subset is all you need for general usage.  The number of individual tasks you need is limited the following. download an image run the image remove the image build … Continue reading

Posted in programming | Tagged | Comments Off on using docker

lightweight virtualization – docker

Virtual machines can allow you better utilize the resources or make it possible to run multiple incompatible versions of the same software or even different operating systems. Virtual machines sound like the perfect solution, instead of a server that runs … Continue reading

Posted in programming | Tagged , | Comments Off on lightweight virtualization – docker