-
|
Why do you develop these desktop containers? Isn't it againts the Docker's Zen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
My desktop Docker containers are intended to be used as encapsulated application environments for experimenting, testing and development. Originally I've developed them as a replacement for the Because I've found these containers very helpful and I use them daily on both Windows and Linux, I continue to developt them further. I see the |
Beta Was this translation helpful? Give feedback.
My desktop Docker containers are intended to be used as encapsulated application environments for experimenting, testing and development.
Originally I've developed them as a replacement for the
VirtualBoxvirtual machines on Windows, because the Microsoft'sHyper-Vhas been in conflict with theVirtualBoxat the time.Because I've found these containers very helpful and I use them daily on both Windows and Linux, I continue to developt them further.
I see the
Dockeras just an another tool in our toolkit. And as with all other tools - if it solves the problem, then just use it. :)