Docker Application care about OS
-
I am researching for a project and one of the applications necessary requires Docker on top of Debian. I am not saying that Debian is bad or anything, but I was wondering if the underlying OS to the docker affects the application that the docker is supporting. Instead of Debian, could I put this application in docker on top of Fedora?
-
Funny... are you watching the feed? I'm doing Containers in the talk in.... like 30 minutes
-
@scottalanmiller said in Docker Application care about OS:
Funny... are you watching the feed? I'm doing Containers in the talk in.... like 30 minutes
I am but that is coincidental.
-
@nerdydad said in Docker Application care about OS:
@scottalanmiller said in Docker Application care about OS:
Funny... are you watching the feed? I'm doing Containers in the talk in.... like 30 minutes
I am but that is coincidental.
So the answer is yes, you can use any platform underneath.
-
Do you manage to see the presentation?
-
@scottalanmiller said in Docker Application care about OS:
Do you manage to see the presentation?
Yes, I caught just enough before being pulled somewhere else. So, as long as the the application in the docker has access to the kernal, it really doesn't care about what distro its on.
-
I will post response to this but on new topic, based on my experience with docker, but in a new thread.
https://mangolassi.it/topic/14536/i-really-dont-see-docker-as-stable-and-perhaps-neither-should-youThe summary of it, dont use Docker for your new project.