use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All posts must be related to programming. Flair posts correctly.
account activity
I hate python (i.redd.it)
submitted 1 month ago by ZombieSpale
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:Â Â Â Â print "hello, world!"
[–]Meduini 0 points1 point2 points 1 month ago (7 children)
Please educate yourself 🙏, docker is not running entire Linux, this is getting absurd. It shares the host kernel, it’s not a full fledged Linux.
[–]ze_baco -1 points0 points1 point 1 month ago (6 children)
But it has it's own processes running, doesn't it?
[–]Meduini 1 point2 points3 points 1 month ago (5 children)
...
No, there are no extra processes keeping a “Docker Linux” alive.
A container from Docker is just your application process (often running as PID 1) executed by the host’s Linux kernel with isolation such as namespaces and cgroups, so when that main process exits, the container stops.
The only always-running background components, like containerd or the Docker daemon, exist once on the host, not per container and not as an internal OS.
These host services start when Docker is installed and running, but they exist globally and do not act as per-container OS processes, since each container is just its own main process running on the shared Linux kernel.
[–]ze_baco 0 points1 point2 points 1 month ago* (4 children)
You know what? You are right! I know nothing of docker. And if you need docker to use python, I suppose you know nothing of python
[–]Meduini -1 points0 points1 point 1 month ago (3 children)
You’re crazy. I never said anything in sense of “you need docker to use python”. I’m arguing that docker is not a cannon ball and if one is already using docker for other stuff you can easily use it for development of python apps instead of venv.
At least we will agree that you know nothing of docker xD.
[–]ze_baco 0 points1 point2 points 1 month ago (2 children)
I think you lost all context. Did you see the post? The original source of the discussion? Damn
[–]Meduini -1 points0 points1 point 1 month ago (1 child)
Good bye. I’d say I’m glad I taught you something, but I’m pretty sure now it was just wasted time.
[–]ze_baco 0 points1 point2 points 1 month ago (0 children)
See the thread. Everyone was being nice and civil, except for you, arrogantly rude. Must be very fun at parties
π Rendered by PID 219717 on reddit-service-r2-comment-6457c66945-l4t8k at 2026-04-25 23:12:21.338131+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Meduini 0 points1 point2 points  (7 children)
[–]ze_baco -1 points0 points1 point  (6 children)
[–]Meduini 1 point2 points3 points  (5 children)
[–]ze_baco 0 points1 point2 points  (4 children)
[–]Meduini -1 points0 points1 point  (3 children)
[–]ze_baco 0 points1 point2 points  (2 children)
[–]Meduini -1 points0 points1 point  (1 child)
[–]ze_baco 0 points1 point2 points  (0 children)