Hello!
I am trying to decide which operating system to adopt to work with Docker.
I currently use Windows 10, and I know it's weird, but I like t...
For further actions, you may consider blocking this person and/or reporting abuse
I use docker-tools for Windows 8.1 (which you can use in Win10), and I HATE IT !
Reasons
Personal recommendation
Use an online remote setup, sshing to your server and work there and enjoy the best of both worlds... ease of Windows & power of Linux.
I am active user of windows 10 and Docker,
Recently Docker for windows was release a new feature which allow you run linux containers on windows without needed of create the mobby virtual machine
With this feature you can run both types of containers (windows and linux), thing that you cant do on Docker for linux
This feature was what ended up convencing me
blogs.msdn.microsoft.com/premier_d...
I will recommend using Ubuntu or Linux for Dockers.
It's so much integrated, provides ease and automation easily.
Hi Shan,
Would Ubuntu in particular helping working with docker easier compared to other Linux distros?
Sorry, I have only used in Windows and Ubuntu that's why I can't compare Ubuntu with other Linux distro.
In my personal opinion, using good Linux distro would be more preferred for docker compared with Windows.
Ah, I should've been aware of the context of the post.
Thanks for the clarification there Shan 😃
Thank you :)
For the sake of argument, I would suggest Alpine Linux. A lot of images used for Docker are based on Alpine anyway.
I qm also Win 10 user.
Docker on windows have some issues:
If you want to use Win, it can be managable, having Win 10Pro would help.
otherwise i would pick Debian or so, Docker experience will be better for sure.
Thanks for sharing your experience!
It mainly depends what apps you would like to run. If you are installing more Linux based software in the containers, Linux is the better choice, whereas if you want to run Windows based apps, Windows is preferred. The reason being that even though the app is containerised the underlying dependencies might require some back and forth between the host and the container.
If you are just getting into Docker, Linux would be a better choice since more things will 'just work'.
I'd suggest the dual boot with Ubuntu option as it's easy to set up docker and has the bonus of being a great development environment to work in.
I will recommend using Docker on Linux as it runs natively on Linux OS. On the other hand, Docker runs on VM thru Hyper-V (Windows) and Hyperkit (MacOS). I used to develop with Docker in my Macbook air using Docker for Mac but i found that the macbook burns whenever i started running docker containers. At the end i switched to Arch Linux and it is much better.
Another alternative is to run a Virtualbox linux VM and run docker on it. It should have less discrepancy with the prod/uat hosting environments which are usually Linux.
Thanks for your replay. I just wanna ask, i use also docker on VirtualBox (Ubuntu) but my application (spring boot application with gradle) with the Dockerfile exists on windows. Do you have any idea how can we build an image of it. The problem when using the ./gradlew command to build the task is fuild as doesn't recognize docker command which is not exists on windows. Any ideas ??
i guess u may need to ssh into the ubuntu and execute the build command.
or create a .bat script on windows for the above action such that u could run it on windows directly.
Go to Linux Mint with Cinnamon, start with 800 MB of ram. It is a distro that you can install everything that would install with Ubuntu, besides everything is beautiful and light. Choosing Mint saves you about 500 MB of ram, the latest version of Ubuntu start using a lot of memory.
There's a minimal version of Ubuntu now. Without bloat like LibreOffice and such. But it uses Gnome which one has to like (I do :-D).
I can recommend taking a look at the bug tracker on the moby project. Take some time to checkout if there's anything which is a show stopper for you.